Start recording: Call MV_CC_StartRecord() to configure parameters that can be acquired via camera or image. The following sample code shows how to get parameters including width, height and pixel format from camera.
Input camera to recording: Call MV_CC_InputOneFrame() repeatedly to input image data from camera.
Stop recording: Call MV_CC_StopRecord() to stop recording.