cam Class
Class used to hold information about a single camera Used by camera_list tag
Inheritance Hierarchy
System.Object Scheduler.cam
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)
Syntax
C# |
public class cam |
VB |
Public Class cam |
The cam type exposes the following members.
Constructors
| Name | Description |
|
|
Fields
| Name | Description |
| URL to the camera snapshot | |
| The IP address of the camera | |
| True if this cam was manually added | |
| The MAC address of the camera | |
| The camera model as string | |
| The name of the camera | |
| Name of camera HEX for html | |
| URL to start panning down | |
| URL to stop panning down | |
| URL to start panning left | |
| URL to stop panning left | |
| URL to start panning right | |
| URL to stop panning right | |
| URL to start panning up | |
| URL to stop panning up | |
| The password to access the camera | |
| URL to the camera stream | |
| True if the camera supports pan/tilt controls | |
| The username to access the camera |