Apparence-io / CamerAwesome

📸 Embedding a camera experience within your own app shouldn't be that hard. A flutter plugin to integrate awesome Android / iOS camera experience.
https://ApparenceKit.dev
MIT License
911 stars 200 forks source link

Video analysis for kinesis video stream #370

Open kevin4dhd opened 1 year ago

kevin4dhd commented 1 year ago

Hello, I've been looking for a solution for several days, just as there is image analysis, I also need to use video analysis, that is, have a method to analyze video fragments and be able to send it to Amazon video stream for facial recognition, it's the only way what happened to me in flutter.

My idea is the following, to be able to transmit the video extracting a fragment of the video every 3 seconds, since kvs only admits a maximum of 5 seconds, then with ffmpeg convert it to mkv with H.264, I don't know if you have a better idea but that's it the only one that occurred to me to transmit live with this plugin using kvs (I know that there is webrtc with kvs but it does not have the rekognition processor implemented, it is only available with kvs, not with webrtc)