Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

usage of VuforiaLocalizerImpl.onRenderFrame()? #657

Open
j-christ opened this issue Dec 5, 2018 · 1 comment
Open

usage of VuforiaLocalizerImpl.onRenderFrame()? #657

j-christ opened this issue Dec 5, 2018 · 1 comment

Comments

@j-christ
Copy link

j-christ commented Dec 5, 2018

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?

@Windwoes
Copy link

If you want to draw on the screen, and you're already using OpenCV, then using EasyOpenCV is your best bet.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants