Is it possible for Vuforia to track trackables from the Unity 3.5 webcam? (Instead of ARCamera prefab)
No only the device cameras are supported, and you need to use the ARCamera prefab. You can render the camera feed to a texture after it has been processed, but there is no way to introduce an alternate source for Tracking.
Hi,
May I use local video file or images as input to track the pose of the marker instead of camera in latest vuforia SDK?
Thanks
Stella
Hello,
Vuforia can only accept input from the device camera. We do not support a mode where image or video files can be directly fed into Vuforia via an API.
Thank you.
May I confirm with you that Vuforia doesn't have any APIs like setImage and then get pose from that image function.
That is correct. You may want to look to OpenCV for that type of functionality. Good luck.
Are you sure you want to delete this message?
Are you sure you want to delete this conversation?
To reset your password please enter the email address associated with your account. An email will be sent to you with instructions on how to complete changing your password.
No only the device cameras are supported, and you need to use the ARCamera prefab. You can render the camera feed to a texture after it has been processed, but there is no way to introduce an alternate source for Tracking.