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) |
bool | IsAutoSupported () |
void | AutoEnable (bool enable) |
bool | IsAutoEnabled () |
T | Value () |
T | Minimum () |
T | Maximum () |
T | Default () |
T | Resolution () |
void | Value (T value) |
bool | IsAutoSupported () |
void | AutoEnable (bool enable) |
bool | IsAutoEnabled () |
![]() | |
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 | |
PropertyAuto (const PropertyAuto &)=delete | |
PropertyAuto & | operator= (const PropertyAuto &)=delete |
T | GetProperty (Get function) |
PropertyAuto (const PropertyAuto &)=delete | |
PropertyAuto & | operator= (const PropertyAuto &)=delete |
T | GetProperty (Get function) |
![]() | |
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) |
Friends | |
class | ZebraCameraClient |
class | ZebraCamera |
Additional Inherited Members | |
![]() | |
ZebraCameraClient * | camera_client_ = nullptr |
std::shared_ptr< CameraControl > | control_ = nullptr |
Generic type for camera property that supports UVC Auto setting.
void zebra::camera_sdk::PropertyAuto< T, ID >::AutoEnable | ( | bool | enable | ) |
Enable/disable auto capability.
enable | Set to true to enable or false to disable auto capability. |
void zebra::camera_sdk::PropertyAuto< T, ID >::AutoEnable | ( | bool | enable | ) |
Enable/disable auto capability.
enable | Set to true to enable or false to disable auto capability. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Default | ( | ) |
Get the default value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Default | ( | ) |
Get the default value of the property.
Exception | if the operation fails. |
bool zebra::camera_sdk::PropertyAuto< T, ID >::IsAutoEnabled | ( | ) |
Return whether the auto capability is enabled.
bool zebra::camera_sdk::PropertyAuto< T, ID >::IsAutoEnabled | ( | ) |
Return whether the auto capability is enabled.
bool zebra::camera_sdk::PropertyAuto< T, ID >::IsAutoSupported | ( | ) |
Return whether the auto capability is supported.
bool zebra::camera_sdk::PropertyAuto< T, ID >::IsAutoSupported | ( | ) |
Return whether the auto capability is supported.
T zebra::camera_sdk::PropertyAuto< T, ID >::Maximum | ( | ) |
Get the maximum value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Maximum | ( | ) |
Get the maximum value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Minimum | ( | ) |
Get the minimum value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Minimum | ( | ) |
Get the minimum value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Resolution | ( | ) |
Get the resolution, or sometimes called the step value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Resolution | ( | ) |
Get the resolution, or sometimes called the step value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Value | ( | ) |
Get the current value of the property.
Exception | if the operation fails. |
T zebra::camera_sdk::PropertyAuto< T, ID >::Value | ( | ) |
Get the current value of the property.
Exception | if the operation fails. |
void zebra::camera_sdk::PropertyAuto< 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::PropertyAuto< T, ID >::Value | ( | T | value | ) |
Set the current value of the property.
value | Value to set. |
Exception | if the operation fails. |