Presets for Axis Dome 232D and 231D

If you've made a patch to quick fix a bug or to add a new feature not yet in the main tree then post it here so others can try it out.
Post Reply
ediaz
Posts: 23
Joined: Mon Feb 27, 2006 12:13 pm

Presets for Axis Dome 232D and 231D

Post by ediaz »

INSERT INTO `MonitorPresets` ( `Id` , `Name` , `Type` , `Device` , `Channel` , `Format` , `Host` , `Port` , `Path` , `Width` , `Height` , `Palette` , `MaxFPS` , `Controllable` , `ControlId` , `ControlDevice` , `ControlAddress` , `DefaultRate` , `DefaultScale` )
VALUES (
'37', 'Axis IP 232D PTZ, 704x576, mpjpeg', 'Remote', NULL , NULL , NULL , 'user:password@<ip-address>', '80', '/axis-cgi/mjpg/video.cgi?resolution=4CIF', '704', '576', '4', '15.00', '1', '4', NULL , 'user:passwd@<ip-address>', '100', '100'
);
INSERT INTO `MonitorPresets` ( `Id` , `Name` , `Type` , `Device` , `Channel` , `Format` , `Host` , `Port` , `Path` , `Width` , `Height` , `Palette` , `MaxFPS` , `Controllable` , `ControlId` , `ControlDevice` , `ControlAddress` , `DefaultRate` , `DefaultScale` )
VALUES (
'38', 'Axis IP 232D PTZ, 352x288, mpjpeg', 'Remote', NULL , NULL , NULL , 'user:password@<ip-address>', '80', '/axis-cgi/mjpg/video.cgi?resolution=CIF', '352', '288', '4', '15.00', '1', '4', NULL , 'user:passwd@<ip-address>', '100', '100'
);


Include this in you table> MonitorPresets

Remember change the user and passwd fields and the ip/address

regards!
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Thanks for posting these.
Phil
ediaz
Posts: 23
Joined: Mon Feb 27, 2006 12:13 pm

Post by ediaz »

No, Thanks to you for a excelent software. :-D
ediaz
Posts: 23
Joined: Mon Feb 27, 2006 12:13 pm

Post by ediaz »

If any use this settings this are for PAL version (europe) and default configuration...
Post Reply