enable Video Preview
Enables a video preview on specified device using the specified resolution.Application can call getLastError for more details if call failed.
Return
Returns true if operation successful, returns false otherwise.
Parameters
Name of desired camera to open: ANDROID_FRONT_CAMERA or ANDROID_BACK_CAMERA
Video resolution/codec to be utilized. List of supported video resolutions for the current camera can be retrieved using getSupportedVideoSendResolutions .
Flag that indicates whether or not blurring should be enabled on the preview
Enables a video preview on specified device using the specified resolution and NO blurring.Application can call getLastError for more details if call failed.
Return
Returns true if operation successful, returns false otherwise.
Parameters
Name of desired camera to open: ANDROID_FRONT_CAMERA or ANDROID_BACK_CAMERA
Video resolution/codec to be utilized. List of supported video resolutions for the current camera can be retrieved using getSupportedVideoSendResolutions .