Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

cameraDevice QML Basic Type

Describes a camera device. More...

The cameraDevice value type describes the properties of a camera device that is connected to the system.

The list of camera devices can be queried from the MediaDevices type. To select a certain camera device set it as the device on Camera.

CaptureSession {
    camera: Camera {
        cameraDevice: mediaDevices.defaultVideoInput
    }
}
MediaDevices {
    id: mediaDevices
}
Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded