videoRecorder can't work!
-
I want to record video to files,but videoRecorder.record() seems does't work. I find the camera.captureMode still be Camera.CaptureStillImage, but I aready set the values as follow's code:
camera.captureMode=Camera.CaptureVideo; var h=camera.captureMode;// h still be Camera.CaptureStillImage camera.start(); camera.videoRecorder.record();
thanks for help!