How to use web camera in android emulator to capture a live image?

Download all the source files listed on the page: CameraSource, GenuineCamera, HttpCamera, SocketCamera, BitmapCamera, and WebcamBroadcaster. Create a package in your project called com.tomgibara.android.camera and place the first 4 source files inside. Download JMF from here and install it. Compile WebcamBroadcaster using the following command: “C:\Program Files (x86)\Java\jdk1.6.0_15\bin\javac.exe” -classpath “C:\Program Files (x86)\JMF2.1.1e\lib” WebcamBroadcaster.java or what’s … Read more