elucideye / drishti

Real time eye tracking for embedded and mobile devices.
BSD 3-Clause "New" or "Revised" License
392 stars 82 forks source link

Hide Camerapreview in android demo #755

Open pow-dev opened 5 years ago

pow-dev commented 5 years ago

Hi!

I am able to modify annotations and hide them but I do not seem to find how I can deactivate the camera preview while retaining the annotations. Or do I have to hack and use a black background with annotations? If you have any tips please share it with me 👍 . Thank you!

Cheers

headupinclouds commented 5 years ago

I am able to modify annotations and hide them but I do not seem to find how I can deactivate the camera preview while retaining the annotations. Or do I have to hack and use a black background with annotations?

There is no built-in support for this, so I guess you will technically have to hack it ;)

Please read through the discussion in this issue (in particular my later comments outlining the key classes):

https://github.com/elucideye/drishti/issues/747

Let me know if you still have questions after that and I can help.