Class List#
Here are the classes, structs, unions and interfaces with brief descriptions:
- namespace vl
- class Buffer
- class Deleter
- class ColorRgb
- class EncodedImage The camera image encoded to a binary file format.
- class EncodingSettings stores the settings for image encoding (e.g. JPEG parameters)
- class Frame
- class ICamera
- class IFrameObserver Observer (pattern) to be registered on the ICamera interface as callback for new camera frames.
- class Image
- class ImageBuf a memory of an image, e.g. a separated color channel
- class ImageGray
- class ImagePlane a plane of an image, e.g. a separated color channel
- class ImageRgb
- struct ImageSettings The (post-processing) settings for a single camera stream / IFrameObserver .
- class IntParameters
- struct ParValue
- class MemoryResource
- struct NoParameters
- class PixelFormat the complete pixel format description of an image
- struct PropertyDescriptor
- struct PropertyDescriptor< CameraProperty::AwbMode >
- struct PropertyDescriptor< CameraProperty::Exposure >
- struct PropertyDescriptor< CameraProperty::ExposureAuto >
- struct PropertyDescriptor< CameraProperty::ExposureAutoMax >
- struct PropertyDescriptor< CameraProperty::ExposureAutoMin >
- struct PropertyDescriptor< CameraProperty::FlashOutputMode >
- struct PropertyDescriptor< CameraProperty::FrameRate >
- struct PropertyDescriptor< CameraProperty::Gain >
- struct PropertyDescriptor< CameraProperty::GainAuto >
- struct PropertyDescriptor< CameraProperty::GainAutoMax >
- struct PropertyDescriptor< CameraProperty::GainAutoMin >
- struct PropertyDescriptor< CameraProperty::Gamma >
- struct PropertyDescriptor< CameraProperty::TriggerMode >
- class Range Represents a numeric range (min, max)
- class Buffer