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
{{ message }}
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
We're doing some image processing (using OpenCV) on the frames generated from VuforiaLocalizer.getFrameOnce(). We'd like to overlay the results of that processing on the rendered frame, and it looks like onRenderFrame() would be the place to do that. However, our processing results are in image pixel coordinates, and the onRenderFrame context appears to be using OpenGL.
Does anyone have any suggestions as to how to get pixel-coordinate data (e.g. OpenCV contours) to be overlayed on the frame in onRenderFrame?
The text was updated successfully, but these errors were encountered:
We're doing some image processing (using OpenCV) on the frames generated from VuforiaLocalizer.getFrameOnce(). We'd like to overlay the results of that processing on the rendered frame, and it looks like onRenderFrame() would be the place to do that. However, our processing results are in image pixel coordinates, and the onRenderFrame context appears to be using OpenGL.
Does anyone have any suggestions as to how to get pixel-coordinate data (e.g. OpenCV contours) to be overlayed on the frame in onRenderFrame?
The text was updated successfully, but these errors were encountered: