I would like to develop an application which would be able to capture video from a webcam, capture sound from a mic and capture movement if a proximity sensor is available.
Initially I want it to run on windows but if able I might want to make it work on android later on.
I'm looking for something pretty straight forward and easy to understand. My research has led me to Java Media Framework but it is too old and abandoned. FMJ seems also old. JavaCV appears to have poor documentation available.
My goal is to make a home detection app which uses the camera imagery, mic sound and sensors to detect and analyze home invasion. I might take a leap and do it in .NET or other object oriented programming languages if easier solutions present themselves. How should I approach this, what are your suggestions?