Video Library for android mode?

I am trying to build my own motion detecting app that can emulate something like a thermal scope (The easiest thing to do is to use motion detection) I have already achieved this on the desktop mode using the video library to capture pixels from the camera and track movement. The difficulty is that this library does not work for android... unless I am doing something wrong. My goal is to make this into a simple android app, then mount it on my paintball gun as a sort of motion-detecting scope... I have looked into how well it would work, and with the mounts sold online, my phone would be safe from harm (that is not an issue).

Is there anything like the video library that I can use on android that will allow me to capture real-time video and display it on the screen with all of the processing functionality to be able to track and change pixel colors?

Tagged:
Sign In or Register to comment.