You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CV pipeline for XR Browser broke and upon debug, it appears that the Base64Binary.js import in the WebARViewerCameraCapture class gets omitted by possibly some weird treeshaking/optimization.
This was resolved crudely in 976c43f but there is no obvious reason why the call here
The CV pipeline for XR Browser broke and upon debug, it appears that the
Base64Binary.js
import in theWebARViewerCameraCapture
class gets omitted by possibly some weird treeshaking/optimization.This was resolved crudely in 976c43f but there is no obvious reason why the call here
arena-web-core/src/systems/armarker/camera-capture/ccwebarviewer.js
Line 164 in 976c43f
is not sufficient
Something to keep an eye on in case other functions or imports start disappearing into the ether
The text was updated successfully, but these errors were encountered: