CameraKit / camerakit-android

Library for Android Camera 1 and 2 APIs. Massively increase stability and reliability of photo and video capture on all Android devices.
https://camerakit.io
MIT License
5.36k stars 878 forks source link

Comparing video streams #573

Open hasanAjsf opened 4 years ago

hasanAjsf commented 4 years ago

I want to make motion detection app, in this it is reading the streams, and compare them together, if the 2 streams after each other are different then there is a movement.

I can compare 2 images, but no idea what can I do with video streams, shall I catch each stream as image and compare and so one, by this will end up having lots of captured images, or there is a way to capture the streams better than this.

Thanks