Camera Selection

During AloVideo Instantiation

When you instantiate the AloVideo object you can specify the video input device id with the videoInputDeviceId property. Set this property to one of the deviceId values retrieved from getMediaList().

After AloVideo Instantiation

After you have instantiated the AloVideo object you can change the video input device by calling the changeVideoInput(deviceId) method. Set the deviceId to one of the device values retrieved from getMediaList().

aloVideo.changeVideoInput(deviceId)

Last updated