I want to create a windows mobile app (windows mobile 5.0 and above, using CompactFramework [in SharpDevelop]) to capture photos automatically, without user involvement (like it would be with CameraCaptureDialog). After going through google searches I found out a solution that should work (http://blogs.msdn.com/marcpe/archive/2006/03/03/542941.aspx)[1] but I cannot compile the source (I guess that is because I use sharpdevelop not MS Visual Studio).
- Are there any other options available?
- Maybe there is a binary version of that CameraCapture Library somewhere so I can use it without compiling on my own?
- Anyone willing to compile the one I linked above and post it somewhere to make binary version available [I tried searching for such in google, but with no success]