# setVideoCapturer
Description: select the video capture device.
Request example:
{
"method" : "setVideoCapturer",
"requestId" : "1",
"name" : "none",
"description" : "none"
}
Response example:
{
"method" : "setVideoCapturer",
"requestId" : "1",
"result" : true
}
Parameter description:
name
— the name of a video capture devicedescription
— the identifier of a video capture device. If thename
field equalsnone
, this field also should be equal tonone
requestId
- unique request identifier. More details can be found here
See also: