CameraDevice constructor

CameraDevice(
  1. CaptureDevice device
)

Construct a CameraDevice.

Implementation

CameraDevice(this.device);