nikhilkilivayil
nikhilkilivayil

Reputation: 243

Android hardware.camera and MediaRecorder

How record two different quality(size) video from android device at the same time? One recorded video want to save sd card and another one is need in byte stream want to proccess some another things. How it possible?

Upvotes: 1

Views: 465

Answers (1)

Michele
Michele

Reputation: 6131

With the MediaRecorder you have no chance to get the Video as bytestream, you can only define a outputfile and da View to display the recording. But you can read in the outputfile simultaneously.

Look here for a Snipped

Upvotes: 1

Related Questions