Search found 10 matches

by bobylapointe69300
Tue Mar 27, 2018 5:13 pm
Forum: ZoneMinder 1.30.x
Topic: PTZ settings with LEFTEK IPCAM
Replies: 13
Views: 67687

Re: PTZ settings with LEFTEK IPCAM

I adjusted the standard onvif.pm control file (which in fact does not use onvif commands...) for a dahua, with /cgi/commands... https://forums.zoneminder.com/viewtopic.php?f=9&t=27000 As a first step you can make a new file and test a few commands you know are working in a browser by replacing the ...
by bobylapointe69300
Tue Mar 20, 2018 4:05 pm
Forum: ZoneMinder 1.30.x
Topic: PTZ settings with LEFTEK IPCAM
Replies: 13
Views: 67687

Re: PTZ settings with LEFTEK IPCAM

Can you try these settings in control tab: Controllable= X Control Type= Pelco-D Control Device= (nothing to be filled in here) Control Address= user:password@192.168.1.201 Apply changes, reboot and report results. If this does not work, please try : Controllable= X Control Type= Pelco-D Control ...
by bobylapointe69300
Tue Mar 20, 2018 2:56 pm
Forum: User Contributions
Topic: HikVision PTZ control
Replies: 39
Views: 141666

Re: HikVision PTZ control

Thanks for the update. In fact the reply from seller is helping, at least to understand that this camera is not using HIKVISION protocol, but Pelco-D instead. I suspect you are able to use PTZ commands in iVMS-4200 probably because it uses ONVIF (Pelco-D commands get translated via onvif...). Not ...
by bobylapointe69300
Tue Mar 20, 2018 8:18 am
Forum: User Contributions
Topic: HikVision PTZ control
Replies: 39
Views: 141666

Re: HikVision PTZ control

Understood that your issue is with PTZ control, but to troubleshoot that, you have to investigate what commands your camera can accept over http. http://192.168.1.200:8080/ISAPI/System/deviceInfo is a basic one from HIKVISION API, so if this is not working, then you will not be able to monitor PTZ ...
by bobylapointe69300
Sun Mar 18, 2018 10:08 pm
Forum: User Contributions
Topic: HikVision PTZ control
Replies: 39
Views: 141666

Re: HikVision PTZ control

Is your HTTP camera connection port 8080? (no easy to read that on 1st print screen) If yes, you have to specify it, i.e.: http://192.168.1.200:8080/ISAPI/System/deviceInfo Try to avoid safari as the xml output will not be easy to read. Prefer Firefox or Opera like browser. No need to specify user ...
by bobylapointe69300
Wed Feb 28, 2018 11:48 am
Forum: User Contributions
Topic: HikVision PTZ control
Replies: 39
Views: 141666

Re: HikVision PTZ control

Thanks for the script, fully working on a DS-2CD3Q10FD-IW. I a running 1.30 ZM on ubuntu server, and can proceed to below controls: Pan move Tilt move Presets (goto and set) Reboot My control settings : Control Device: DS-2CD3Q10FD-IW Control Address: user:password@IPaddress I use Ffmpeg as control ...
by bobylapointe69300
Mon Feb 26, 2018 6:41 am
Forum: ZoneMinder 1.30.x
Topic: [SOLVED] Sending email in ZM 1.30 with SSMTP
Replies: 5
Views: 13349

Re: [SOLVED] Sending email in ZM 1.30 with SSMTP

Have you tested your config with below commands (from unix.stackexchange forum)? First you need to create a mail.txt file with some text. $ nano mail.txt $ sudo -u root ssmtp -v my.own.email@gmail.com < mail.txt $ sudo -u www-data ssmtp -v my.own.email@gmail.com < mail.txt $ /usr/sbin/ssmtp -v my ...
by bobylapointe69300
Wed Feb 14, 2018 10:07 pm
Forum: ZoneMinder 1.30.x
Topic: Dahua IPC-HDBW4431R-AS
Replies: 8
Views: 7961

Re: Dahua IPC-HDBW4431R-AS

alex_peri wrote: Mon Jan 08, 2018 10:04 pm Hi reubenwrotethis,

Did you get any luck with this in ZM?
Does the PTZ work in ZM?

Best
I posted a PTZ control file here: viewtopic.php?f=9&t=27000 but IPC-HDBW4431R-AS has no PTZ feature.
by bobylapointe69300
Wed Feb 14, 2018 9:37 pm
Forum: ZoneMinder 1.28.x
Topic: Dahua PTZ IP Camera having 5+ secs delay
Replies: 5
Views: 46348

Re: Dahua PTZ IP Camera having 5+ secs delay

pperry76 wrote: Mon Jul 24, 2017 3:40 pm Any way you could post your dahua.pm perl file. I have an Older Dahua PTZ and the commands to control it, but no idea how to structure the file.

Thanks in advance.
I posted a DAHUA PTZ control file here : viewtopic.php?f=9&t=27000
by bobylapointe69300
Wed Feb 14, 2018 9:24 pm
Forum: User Contributions
Topic: DAHUA PTZ control
Replies: 4
Views: 38203

DAHUA PTZ control

Hi, Here's a PTZ control script based on the onvif.pm already available. My IPC is a DAHUA model P2 (equivalent to an IPC-AW12W), but this should be working with any dome like ptz IPC from Dahua, as long as you can control it with API HTTP commands. I strongly advise you to test the http control of ...