A dialog widget for configuring local camera settings such as resolution and format.
More...
|
|
DynamicPointer< Camera > | m_camera |
| | The camera being configured.
|
|
QTResourceListener * | m_listener = nullptr |
| | Listener for camera resource changes.
|
|
Ui::LocalCameraSettingsUI * | ui |
| | The Qt UI form instance.
|
A dialog widget for configuring local camera settings such as resolution and format.
Definition at line 14 of file LocalCameraSettingsDialog.h.
◆ LocalCameraSettingsDialog() [1/2]
| LocalCameraSettingsDialog::LocalCameraSettingsDialog |
( |
QWidget * | parent = nullptr | ) |
|
Constructs the dialog without a camera.
- Parameters
-
| [in] | parent | The parent widget. |
◆ LocalCameraSettingsDialog() [2/2]
| LocalCameraSettingsDialog::LocalCameraSettingsDialog |
( |
const DynamicPointer< Camera > & | camera, |
|
|
QWidget * | parent = nullptr ) |
Constructs the dialog for a specific camera.
- Parameters
-
| [in] | camera | The camera to configure. |
| [in] | parent | The parent widget. |
◆ setCamera()
Sets the camera to configure in this dialog.
- Parameters
-
| [in] | camera | The camera design object. |
The documentation for this class was generated from the following file: