Arvin Tehrani
Arvin Tehrani
Is there any other documentation for the CAO model type other than: [https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb-generic.html#mb_generic_model](url)? I'm receiving the exception: Cannot read line! Exception: Exceed the max number of points in the CAO...
I'm trying to create an implementation of the Markerless generic model-based tracking (https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb-generic.html) on iOS. I'm trying to implement this without the user interactively tapping points on the screen to...
Looking to utilize the `vpMbGenericTracker::DEPTH_DENSE_TRACKER` on iOS. I'm looking through [https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb-generic-rgbd.html](https://visp-doc.inria.fr/doxygen/visp-daily/tutorial-tracking-mb-generic-rgbd.html) which relies on PCL but I don't think PCL is available for arm64. Is PCL required to use depth...
Would it be possible to get transparency to work by adjusting the Refract displacement shader? I tried to change the `RenderType` to `Transparent` in the `Tags` but it renders black...
I'm using `useVideoTexture` to load a video texture with audio - I have video player controls made with uikit and when I try to play the video unmuted, it will...