ImageProviderInfo Class Reference

#include <VisionX/core/ImageProcessor.h>

Public Attributes

std::vector< unsigned char > buffer
 memory block More...
 
ImageType destinationImageType
 Required image destination type. More...
 
bool imageAvailable
 Indicates whether an image is available. More...
 
std::shared_ptr< std::condition_variable > imageAvailableEvent
 Conditional variable used internally for synchronization purposes. More...
 
ImageFormatInfo imageFormat
 Image format struct that contains all necessary image information. More...
 
ImageTransferMode imageTransferMode
 Transfer mode of images. More...
 
armarx::MetaInfoSizeBasePtr info
 meta info More...
 
int numberImages
 Number of images. More...
 
ImageProviderInterfacePrx proxy
 proxy to image provider More...
 

Detailed Description

Definition at line 466 of file ImageProcessor.h.

Member Data Documentation

◆ buffer

std::vector<unsigned char> buffer

memory block

Definition at line 477 of file ImageProcessor.h.

◆ destinationImageType

ImageType destinationImageType

Required image destination type.

This is used to convert the transmitted image into an image with the desired image type if necessary, since the transmitted image type is given by the provider.

Definition at line 491 of file ImageProcessor.h.

◆ imageAvailable

bool imageAvailable

Indicates whether an image is available.

Definition at line 511 of file ImageProcessor.h.

◆ imageAvailableEvent

std::shared_ptr<std::condition_variable> imageAvailableEvent

Conditional variable used internally for synchronization purposes.

Definition at line 516 of file ImageProcessor.h.

◆ imageFormat

ImageFormatInfo imageFormat

Image format struct that contains all necessary image information.

Definition at line 496 of file ImageProcessor.h.

◆ imageTransferMode

ImageTransferMode imageTransferMode

Transfer mode of images.

Definition at line 501 of file ImageProcessor.h.

◆ info

armarx::MetaInfoSizeBasePtr info

meta info

Definition at line 482 of file ImageProcessor.h.

◆ numberImages

int numberImages

Number of images.

Definition at line 506 of file ImageProcessor.h.

◆ proxy

ImageProviderInterfacePrx proxy

proxy to image provider

Definition at line 472 of file ImageProcessor.h.


The documentation for this class was generated from the following file: