QCameraInfoControl Class

The QCameraInfoControl class provides a camera info media control. More...

Header: #include <QCameraInfoControl>
qmake: QT += multimedia
Since: Qt 5.3
Inherits: QMediaControl

Public Functions

virtual ~QCameraInfoControl()
virtual int cameraOrientation(const QString &deviceName) const = 0
virtual QCamera::Position cameraPosition(const QString &deviceName) const = 0
  • 34 public functions inherited from QObject

Protected Functions

QCameraInfoControl(QObject *parent = nullptr)
  • 9 protected functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 1 public slot inherited from QObject
  • 2 signals inherited from QObject
  • 1 public variable inherited from QObject
  • 10 static public members inherited from QObject
  • 2 protected variables inherited from QObject

Detailed Description

The QCameraInfoControl class provides a camera info media control.

The QCameraInfoControl class provides information about the camera devices available on the system.

The interface name of QCameraInfoControl is org.qt-project.qt.camerainfocontrol/5.3 as defined in QCameraInfoControl_iid.

Member Function Documentation

[protected] QCameraInfoControl::QCameraInfoControl(QObject *parent = nullptr)

Constructs a camera info control with the given parent.

[virtual] QCameraInfoControl::~QCameraInfoControl()

Destroys a camera info control.

[pure virtual] int QCameraInfoControl::cameraOrientation(const QString &deviceName) const

Returns the physical orientation of the sensor for the camera named deviceName.

The value is the orientation angle (clockwise, in steps of 90 degrees) of the camera sensor in relation to the display in its natural orientation.

[pure virtual] QCamera::Position QCameraInfoControl::cameraPosition(const QString &deviceName) const

Returns the physical position of the camera named deviceName on the hardware system.

© 2018 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.