edufolly / flutter_mobile_vision

Flutter implementation of Google Mobile Vision.
MIT License
455 stars 168 forks source link

OCR Video insted camera #51

Open RenanNSsh opened 4 years ago

RenanNSsh commented 4 years ago

Is it possible to use a video instead of the camera? (In this case i want to use a stream video)

edufolly commented 4 years ago

Hi @RenanNSsh,

yes, it's possible but you need to change the source frames. I've been implemented with attaching the image processor to the camera source. You may write something attached with a video player that sends the frames to the image processor.