Q3Camera_GetData
You can use theQ3Camera_GetDatafunction to get the basic data associated with a camera.
TQ3Status Q3Camera_GetData ( TQ3CameraObject camera, TQ3CameraData *cameraData);
camera- A camera object.
cameraData- On exit, a pointer to a camera data structure.
DESCRIPTION
TheQ3Camera_GetDatafunction returns, through thecameraDataparameter, basic information about the camera specified by thecameraparameter. See "Camera Data Structure" on page 9-19 for a description of a camera data structure.