CameraRoiWidget
CameraRoiWidget
#
Bases: QWidget
A Widget to control the camera device ROI.
When the ROI changes, the roiChanged Signal is emitted with the current ROI
(x, y, width, height, comboBoxText)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
parent
|
QWidget | None
|
Optional parent widget, by default None |
None
|
mmcore
|
CMMCorePlus | None
|
Optional |
None
|
value() -> dict[str, CameraInfo]
#
Return the camera information dict.
Example#
| camera_roi_widget.py | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |