regulaforensics / DocumentReader-Android

Android Framework for reading and validation of identification documents
64 stars 26 forks source link

Access the camera image stream #23

Closed ivangr1 closed 4 years ago

ivangr1 commented 4 years ago

Hello!

I am using your SDK for a while now and it works great. I would like to develop a custom feature in my app which needs access to the camera video stream while it is being processed, preferably as a ByteArray, or just one frame that was used to recognize would be enough, but I don't see any method with which I could do that. I can see that you had that option in your older SDK which was deprecated: https://github.com/regulaforensics/RegulaDocumentReader-Android

Would that be possible?

Thank you!

vyakimchik commented 4 years ago

Hello. You can find the demo project in the following branch: https://github.com/regulaforensics/DocumentReader-Android/tree/frame-recognition.

ivangr1 commented 4 years ago

Thank you very much!