Plugin SDK
Breadcrumbs

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

Unknown Attachment

cam

 


Fields

 

Name

Description

Unknown Attachment

camurl

URL to the camera snapshot

Unknown Attachment

ip

The IP address of the camera

Unknown Attachment

ismanual

True if this cam was manually added

Unknown Attachment

mac

The MAC address of the camera

Unknown Attachment

model

The camera model as string

Unknown Attachment

name

The name of the camera

Unknown Attachment

namehex

Name of camera HEX for html

Unknown Attachment

pan_down_start

URL to start panning down

Unknown Attachment

pan_down_stop

URL to stop panning down

Unknown Attachment

pan_left_start

URL to start panning left

Unknown Attachment

pan_left_stop

URL to stop panning left

Unknown Attachment

pan_right_start

URL to start panning right

Unknown Attachment

pan_right_stop

URL to stop panning right

Unknown Attachment

pan_up_start

URL to start panning up

Unknown Attachment

pan_up_stop

URL to stop panning up

Unknown Attachment

pass

The password to access the camera

Unknown Attachment

stream

URL to the camera stream

Unknown Attachment

supports_pantilt

True if the camera supports pan/tilt controls

Unknown Attachment

user

The username to access the camera


See Also

Scheduler Namespace