Skip to content

Commit 19a46db

Browse files
committed
IP Camera added to base SQL and updated docs for IPCam
1 parent 230c2d8 commit 19a46db

File tree

2 files changed

+21
-13
lines changed

2 files changed

+21
-13
lines changed

DB/0.4.7-0.4.8.sql

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,6 +1238,20 @@ CALL osae_sp_object_type_property_add('USER CONTROL STATEBUTTON','Height','Integ
12381238

12391239
CALL osae_sp_object_type_property_add('CONTROL CAMERA VIEWER','Width','Integer','','400',0);
12401240

1241+
CALL osae_sp_object_type_add ('IP CAMERA','Core Type: Container','IPCam','THING',0,1,1,1);
1242+
CALL osae_sp_object_type_state_add('IP CAMERA','ON','On');
1243+
CALL osae_sp_object_type_state_add('IP CAMERA','OFF','Off');
1244+
CALL osae_sp_object_type_event_add('IP CAMERA','OFF','Off');
1245+
CALL osae_sp_object_type_event_add('IP CAMERA','ON','On');
1246+
CALL osae_sp_object_type_method_add('IP CAMERA','PAN LEFT','Pan Left','','','','');
1247+
CALL osae_sp_object_type_method_add('IP CAMERA','STOP','Stop','','','','');
1248+
CALL osae_sp_object_type_property_add('IP CAMERA','Stream Address','String','','',1);
1249+
CALL osae_sp_object_type_property_add('IP CAMERA','Height','Integer','','300',1);
1250+
CALL osae_sp_object_type_property_add('IP CAMERA','Width','Integer','','400',0);
1251+
CALL osae_sp_object_type_property_add('IP CAMERA','PAN LEFT','String','','',0);
1252+
CALL osae_sp_object_type_property_add('IP CAMERA','STOP','String','','',0);
1253+
CALL osae_sp_object_type_property_add('IP CAMERA','SNAP SHOT','String','','',0);
1254+
12411255
CALL osae_sp_object_type_add ('IP CAMERA','Core Type: Container','IPCam','THING',0,1,1,1);
12421256
CALL osae_sp_object_type_state_add('IP CAMERA','ON','On');
12431257
CALL osae_sp_object_type_state_add('IP CAMERA','OFF','Off');

Plugins/OSAE.IPCam/README.txt

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,19 @@ INSTALLATION:
88

99
2) Using the settings GUI, open "Objects".
1010

11-
3) Create a new object for the PlugIn as normal.
11+
3) Create a new "IP CAMERA" object for your camera as normal.
1212

13-
4) Now, go to "Object types".
13+
4) Now select your newly created IP CAMERA Object.
1414

15-
5) Chage the Default "Ownership" for the "IP CAMERA" object to belong to "IPCam" plugin and save your changes.
16-
17-
6) Now, go back to the "Objects" page,
18-
19-
7) Create a new "IP CAMERA" object for your camera as normal.
20-
21-
8) Now select your newly created IP CAMERA Object.
22-
23-
9) Now set each property with the correct information: (Please see NOTES at bottom of page)
15+
5) Now set each property with the correct information: (Please see NOTES at bottom of page)
2416

2517
Stream Address - The URL to obtain the video stream from the camera.
26-
camSnapShot - URL to Invoke the camera to take a Snapshot. (if camera has function)
18+
Snap Shot - URL to Invoke the camera to take a Snapshot. (if camera has function)
2719
Save Location - This is the folder location where snapshots and future recording will be saved. (If camera has function)
2820

29-
10) Open the Manager and stop the service. Add a check mark for the IPCam plugin, and re-start the service.
21+
6) Select the IPCam object and check Enabled, update.
22+
23+
7) Open Manager.exe and stop the service, and re-start the service.
3024

3125
NOTES:
3226
============================================================================================

0 commit comments

Comments
 (0)