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?
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?