Camera Methods |
The Camera type exposes the following members.
| Name | Description | |
|---|---|---|
| AllocateDeviceCloud | Allocate a new point cloud on the Compute device | |
| Capture | Capture a single frame | |
| Capture2D | Capture a single frame in 2D | |
| Connect | Connect to the camera | |
| Disconnect | Disconnect from the camera and free all resources associated with it | |
| Dispose | ||
| SetFrameCallback | Set a callback that is executed very time a new frame is ready | |
| SetSettings | Update the camera settings | |
| StartLive | Start live (continuous) capturing of frames | |
| StopLive | Stop live (continuous) capturing of frames | |
| ToString | Get string representation of the camera info (Overrides ObjectToString.) | |
| UpdateSettings | Update a batch of camera settings by supplying an update settings delegate | |
| WriteUserData |
Write user data to camera.
The total number of writes supported depends on camera model and size of data
|