Android camera video recording -


i have code on following link record video how can capture video recording on android?

it works fine want start preview camera before start recording. have try add

recorder.setcamera(camera.open()); 

but doesn't work. please suggest me should add start preview before recording.

regards

you can use camera object start preview , stop before using mediarecorder (take here see how use camera: camera tutorial)

you have android camera app in order see how combine camera api , mediarecorder api. great reference stuff: camera app

justo install git , download code. want on:

  1. videocamera

  2. camerahandler (or this)

good luck.


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -