|
Zebra Bioptic Color Camera SDK For Linux
1.0.0-17
|
#include <camera_types.h>
Public Member Functions | |
| T | Value () |
| T | Minimum () |
| T | Maximum () |
| T | Default () |
| T | Resolution () |
| void | Value (T value) |
| T | Value () |
| T | Minimum () |
| T | Maximum () |
| T | Default () |
| T | Resolution () |
| void | Value (T value) |
Protected Member Functions | |
| Property (const Property &)=delete | |
| Property & | operator= (const Property &)=delete |
| T | GetProperty (Get function) |
| Property (const Property &)=delete | |
| Property & | operator= (const Property &)=delete |
| T | GetProperty (Get function) |
Protected Attributes | |
| ZebraCameraClient * | camera_client_ = nullptr |
| std::shared_ptr< CameraControl > | control_ = nullptr |
Friends | |
| class | ZebraCameraClient |
| class | ZebraCamera |
Generic type for camera property.
| T zebra::camera_sdk::Property< T, ID >::Default | ( | ) |
Get the default value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Default | ( | ) |
Get the default value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Maximum | ( | ) |
Get the maximum value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Maximum | ( | ) |
Get the maximum value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Minimum | ( | ) |
Get the minimum value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Minimum | ( | ) |
Get the minimum value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Resolution | ( | ) |
Get the resolution, or sometimes called the step value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Resolution | ( | ) |
Get the resolution, or sometimes called the step value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Value | ( | ) |
Get the current value of the property.
| Exception | if the operation fails. |
| T zebra::camera_sdk::Property< T, ID >::Value | ( | ) |
Get the current value of the property.
| Exception | if the operation fails. |
| void zebra::camera_sdk::Property< T, ID >::Value | ( | T | value | ) |
Set the current value of the property.
| value | Value to set. |
| Exception | if the operation fails. |
| void zebra::camera_sdk::Property< T, ID >::Value | ( | T | value | ) |
Set the current value of the property.
| value | Value to set. |
| Exception | if the operation fails. |