Search found 10 matches
- Fri Oct 23, 2015 7:13 pm
- Forum: ZoneMinder 1.27.x
- Topic: auto login
- Replies: 2
- Views: 37100
Re: auto login
well i found out how to auto login: http://<IP>/zm/?action=login&view=postlogin&username=<USER>&password=<PASS> i was missing the "view=postlogin" part (used the wireshark to check the data during login). it works from any browser but sadly not with the kodi plugin
- Fri Oct 23, 2015 8:59 am
- Forum: ZoneMinder 1.27.x
- Topic: auto login
- Replies: 2
- Views: 37100
auto login
Hi all i want to view my cameras with kodi (former xbmc). i used this plugin plugin.video.zoneminder-master (from http://forum.kodi.tv/showthread.php?tid=90034&pid=2140669#pid2140669) on my ZM, i have only one user - admin. with this configuration: OPT_USE_AUTH Authenticate user logins to ZoneMinder ...
- Fri Oct 16, 2015 5:06 pm
- Forum: ZoneMinder 1.27.x
- Topic: turn camera on/off via telnet
- Replies: 4
- Views: 7998
Re: turn camera on/off via telnet
Thank you all, since i don't care about scheduling the on and of i do not need the Cron solution. all i want is a button to start and stop all cameras when i leave home (no matter what time it is). the solution i found is using this command: "echo <my password> | sudo -S service zoneminder start ...
- Mon Sep 07, 2015 2:18 pm
- Forum: ZoneMinder 1.27.x
- Topic: turn camera on/off via telnet
- Replies: 4
- Views: 7998
Re: turn camera on/off via telnet
Maybe the easiest way would be a small script to start/stop the service and left all cameras on record function?
- Mon Sep 07, 2015 10:30 am
- Forum: ZoneMinder 1.27.x
- Topic: turn camera on/off via telnet
- Replies: 4
- Views: 7998
turn camera on/off via telnet
I'm looking for a solution to turn camera(s) on and off from a command line. I found this solution that actually works for me: Start: { echo "3|on|255|textstring1|textstring2|textstring3"; sleep 1; } | telnet 192.168.0.10 6802 Stop: { echo "3|off|"; sleep 1; } | telnet 192.168.0.10 6802 The only ...
- Wed Jul 23, 2014 3:32 pm
- Forum: ZoneMinder 1.27.x
- Topic: onvif support
- Replies: 4
- Views: 3784
Re: onvif support
Thanks a lot, My knowledge in cameras is very limited. I don’t know which parameters to check, which parameters are more important to compare and which parameters are more important than others for ZM compatibility. I will buy one camera for testing but the problem here is that i takes about a month ...
- Mon Jul 21, 2014 7:15 pm
- Forum: ZoneMinder 1.27.x
- Topic: onvif support
- Replies: 4
- Views: 3784
Re: onvif support
Thanks but that is a big maybe and a long time to wait. Some cameras are P2P (point to point, I guess) are these supported? Unfortunately I can't post links (the forum blocks links for new users) but I've seen these on eBay (just copy and paste the item id into the search): 221464000079 121321203972 ...
- Thu Jul 17, 2014 8:37 am
- Forum: ZoneMinder 1.27.x
- Topic: onvif support
- Replies: 4
- Views: 3784
onvif support
Does ZM 1.27 supports onvif?
- Wed Jul 16, 2014 4:26 pm
- Forum: Hardware Queries
- Topic: IP camera selection
- Replies: 1
- Views: 1731
IP camera selection
Hi I've been using ZM for security monitoring of my house. I would like to change the cameras I'm using to a new ones. I'm not a camera expert and I need some advice. i was trying to add a link but i get this message: Your post looks too spamy for a new user, please remove off-site URLs. WHAT IS ...
- Tue Apr 15, 2014 12:12 pm
- Forum: ZoneMinder 1.27.x
- Topic: ZM + smart phone camera problem
- Replies: 0
- Views: 1343
ZM + smart phone camera problem
I would like to connect my smart phones camera as a ZM video source. I installed an application that starts a camera + http server (IP web cam) on my phone And I added it to ZM as a remote source type. When I start the app, I can the video in ZM. The problem is that the video app on my phone is not ...