RTC::CameraImage Struct Reference

Stores an image from a camera or camera-like device. More...

import "InterfaceDataTypes.idl";

List of all members.

Public Attributes

Time tm
 Time stamp.
unsigned short width
 Image pixel width.
unsigned short height
 Image pixel height.
unsigned short bpp
 Bits per pixel.
string format
 Image format (e.g. bitmap, jpeg, etc.).
double fDiv
 Scale factor for images, such as disparity maps, where the integer pixel value should be divided by this factor to get the real pixel value.
sequence< octet > pixels
 Raw pixel data.

Detailed Description

Stores an image from a camera or camera-like device.


Member Data Documentation

unsigned short RTC::CameraImage::bpp

Bits per pixel.

Scale factor for images, such as disparity maps, where the integer pixel value should be divided by this factor to get the real pixel value.

Image format (e.g. bitmap, jpeg, etc.).

unsigned short RTC::CameraImage::height

Image pixel height.

sequence<octet> RTC::CameraImage::pixels

Raw pixel data.

Time stamp.

unsigned short RTC::CameraImage::width

Image pixel width.


The documentation for this struct was generated from the following file:
Generated on Fri Oct 28 18:31:20 2016 for OpenRTM-aist IDL by  doxygen 1.6.3