I actually figured out the issue...
Zoneminder counts it's cameras starting with 1,
Node/JavaScript counts it's cameras starting with 0.
My index was off by -1 and it was setting the incorrect camera.
If anyone likes this project let me know, and I may continue to make updates on the side.
Search found 8 matches
- Wed Oct 16, 2019 1:53 am
- Forum: ZoneMinder 1.32.x
- Topic: ZoneMinder API NodeJS Project Help?
- Replies: 3
- Views: 1505
- Tue Oct 15, 2019 7:44 pm
- Forum: ZoneMinder 1.32.x
- Topic: ZoneMinder API NodeJS Project Help?
- Replies: 3
- Views: 1505
Re: ZoneMinder API NodeJS Project Help?
Here is the full project source, pushing my latest copy right now...
https://github.com/trillobite/zmScheduler
https://github.com/trillobite/zmScheduler
- Tue Oct 15, 2019 7:39 pm
- Forum: ZoneMinder 1.32.x
- Topic: ZoneMinder API NodeJS Project Help?
- Replies: 3
- Views: 1505
ZoneMinder API NodeJS Project Help?
Hopefully there is a javaScript developer out there to help out, but I have been attempting to toggle my cameras "mode" between Modect and Mocord. This project is running in NodeJS, I have successfully been able to change the camera's mode while using postman, however when I try to make the same ...
- Sun Aug 25, 2019 11:35 am
- Forum: ZoneMinder 1.32.x
- Topic: cannot delete a filter
- Replies: 1
- Views: 917
Re: cannot delete a filter
Never mind, I figured it out... I wasn't using my admin account... man, I am tired.
- Sun Aug 25, 2019 11:29 am
- Forum: ZoneMinder 1.32.x
- Topic: cannot delete a filter
- Replies: 1
- Views: 917
cannot delete a filter
Hey, I am pretty exhausted right now, so bear with me. I have been trying to diagnose an issue where camera video seems to disappear randomly, and I am pretty sure it has to do with my PURGE WHEN DISK AT 90% filter is grabbing the first 400 results in Desc order instead of Asc. I believe it is ...
- Sat Aug 04, 2018 4:20 am
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder + FreeNAS SMB
- Replies: 4
- Views: 4913
Re: ZoneMinder + FreeNAS SMB
Thanks for the reply, I did forget to mention that I am running Ubuntu 18.04. I sadly won't be able to work on this machine until Monday, but any input would be helpful. The only way I have been able to get Zoneminder to store anything on the NAS was to setup an iSCSI, and mount it to Linux by ...
- Fri Aug 03, 2018 11:00 pm
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder + FreeNAS SMB
- Replies: 4
- Views: 4913
ZoneMinder + FreeNAS SMB
Running: FreeNAS v.11.1 ZoneMinder v.1.30.4 Followed this guide: https://wiki.zoneminder.com/Common_Issues_with_Zoneminder_Installation_on_Ubuntu#Use_Systemd_to_Mount_Internal_Drive_or_NAS Everything works, except when I turn a monitor to "record" I get the following error: " Can't symlink '2' to ...
- Fri Aug 03, 2018 10:47 pm
- Forum: ZoneMinder 1.30.x
- Topic: ZoneMinder and CIFS
- Replies: 7
- Views: 3697
Re: ZoneMinder and CIFS
Just wanted to make a note that I am having the exact same issue as the OP, and even created an account to ask the exact same question, due to the lack of Zoneminder + FreeNAS implementations. It almost feels like everyone is simply turning a blind eye to the issue, as nobody seems to know what may ...