Camera device packet.
Contains information necessary to position a virtual camera in 3D space.
Definition at line 199 of file fbtracker.h.
#include <fbtracker.h>

Public Member Functions |
|
| FBDeviceCameraPacket () | |
| Constructor. |
|
Public Attributes |
|
| FBPropertyVector3d | Position |
| Property: Position of camera.
|
|
| FBPropertyVector3d | Rotation |
| Property: Orientation of camera.
|
|
| FBPropertyVector3d | Offset |
| Property: Camera offset. |
|
| FBPropertyVector2d | FieldOfView |
| Property: Field of View (X,Y) of
camera lens. |
|
| FBPropertyVector2d | OpticalCenter |
| Property: Optical Center of camera
lens. |
|
| FBPropertyDouble | Focus |
| Property: Focus encoder value
(relative). |
|
| FBPropertyDouble | Zoom |
| Property: Zoom encoder value.
|
|
| FBPropertyTime | Time |
| Property: Time of packet. |
|
Constructor.
Property: Position of camera.
Definition at line 205 of file fbtracker.h.
Property: Orientation of camera.
Definition at line 206 of file fbtracker.h.
Property: Field of View (X,Y) of camera lens.
Definition at line 208 of file fbtracker.h.
Property: Optical Center of camera lens.
Definition at line 209 of file fbtracker.h.
Property: Focus encoder value (relative).
Definition at line 210 of file fbtracker.h.
Property: Zoom encoder value.
Definition at line 211 of file fbtracker.h.