Reputation: 33
I am looking for a way to stream video from the android camera to a computer; I'll be need to run some heavy image processing algorithms on the computers end real time to extract data from the images/video.
Being new to Android, I'm trying to figure out the best way to transfer the images real time so that I can process the video stream on the computer. If there are good methods anyone recommends for this, that would be greatly appreciated!
Upvotes: 1
Views: 158
Reputation: 6409
You can give the MediaRecorder a ParcelFileDescriptor to a DatagramSocket.
Upvotes: 1