"cameraToUse"
Use the default system camera
Synopsis
void cameraToUse(string deviceName = "")
Parameters
| Parameter | Description | 
|---|---|
| deviceName | Sets the camera used. The camera can be: 
 | 
Description
This function enables the use of the system default camera. In order to actually see the camera image stream, the camera feed must be started via "cameraStart".
