The Device property specifies the video capture device currently used by the control.
To get the list of available devices from code, use the GetAvailableDevices method that returns the DeviceInfo object for each device found. These objects can be assigned to the DeviceInfo property. When you do so, the control will automatically create a valid CameraDevice object and assign it to the Device property.