playerc_camera_t Struct Reference
[camera]

Camera proxy data. More...

#include <playerc.h>

Collaboration diagram for playerc_camera_t:

List of all members.

Public Attributes

playerc_device_t info
 Device info; must be at the start of all device structures.
int width
 Image dimensions (pixels).
int height
int bpp
 Image bits-per-pixel (8, 16, 24).
int format
 Image format (e.g., RGB888).
int fdiv
 Some images (such as disparity maps) use scaled pixel values; for these images, fdiv specifies the scale divisor (i.e., divide the integer pixel value by fdiv to recover the real pixel value).
int compression
 Image compression method.
int image_count
 Size of image data (bytes).
uint8_t * image
 Image data (byte aligned, row major order).

Detailed Description

Camera proxy data.


Member Data Documentation

Image bits-per-pixel (8, 16, 24).

Referenced by PlayerCc::CameraProxy::GetDepth().

Image compression method.

Referenced by PlayerCc::CameraProxy::GetCompression().

Some images (such as disparity maps) use scaled pixel values; for these images, fdiv specifies the scale divisor (i.e., divide the integer pixel value by fdiv to recover the real pixel value).

Image format (e.g., RGB888).

Referenced by PlayerCc::CameraProxy::GetFormat().

Image data (byte aligned, row major order).

Multi-byte image formats (such as MONO16) are automatically converted to the correct host byte ordering.

Referenced by PlayerCc::CameraProxy::GetImage().

Device info; must be at the start of all device structures.

Image dimensions (pixels).

Referenced by PlayerCc::CameraProxy::GetWidth().


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

Last updated 12 September 2005 21:38:45