|
player_camera_data Struct Reference
[camera]
#include <player.h>
List of all members.
Detailed Description
Data.
Member Data Documentation
|
Image dimensions (pixels). |
|
Image dimensions (pixels). |
|
Image bits-per-pixel (8, 16, 24, 32). |
|
Image format (must be compatible with depth). |
|
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 compression; PLAYER_CAMERA_COMPRESS_RAW indicates no compression. |
|
Size of image data as stored in image buffer (bytes) |
|
Compressed image data (byte-aligned, row major order). Multi-byte image formats (such as MONO16) must be converted to network byte ordering. |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:15:54 2005 for Player by 1.3.6
|