OpenRTM-aist IDL  1.2
Public Attributes | List of all members
RTC::CameraImage Struct Reference

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

import"InterfaceDataTypes.idl";

Collaboration diagram for RTC::CameraImage:
Collaboration graph
[legend]

Public Attributes

Time tm
 Time stamp. More...
 
unsigned short width
 Image pixel width. More...
 
unsigned short height
 Image pixel height. More...
 
unsigned short bpp
 Bits per pixel. More...
 
string format
 Image format (e.g. bitmap, jpeg, etc.). More...
 
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. More...
 
sequence< octet > pixels
 Raw pixel data. More...
 

Detailed Description

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

Member Data Documentation

unsigned short RTC::CameraImage::bpp

Bits per pixel.

double RTC::CameraImage::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.

string RTC::CameraImage::format

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

unsigned short RTC::CameraImage::height

Image pixel height.

sequence<octet> RTC::CameraImage::pixels

Raw pixel data.

Time RTC::CameraImage::tm

Time stamp.

unsigned short RTC::CameraImage::width

Image pixel width.


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