|
playerc_camera_t Struct Reference
[camera]
#include <playerc.h>
List of all members.
Detailed Description
Camera proxy data.
Member Data Documentation
|
Device info; must be at the start of all device structures. |
|
Image dimensions (pixels). |
|
Image dimensions (pixels). |
|
Image bits-per-pixel (8, 16, 24). |
|
Image format (e.g., RGB888). |
|
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 method. |
|
Size of image data (bytes) |
|
Image data (byte aligned, row major order). Multi-byte image formats (such as MONO16) are automatically converted to the correct host byte ordering. |
The documentation for this struct was generated from the following file:
Generated on Tue May 3 14:16:02 2005 for Player by 1.3.6
|