Search found 8 matches
- Mon Sep 01, 2014 4:21 am
- Forum: ZoneMinder 1.27.x
- Topic: Zones not triggering
- Replies: 0
- Views: 1510
Zones not triggering
Running ZM 1.27 on CentOS 6.5. Have four cameras setup as "monitor" and all are working fine. Now, it's time to get some actual event recording going. So I set one cam to Modect. Edited the existing "All" zone, Type is "Active", and I've tried presets of "Fast, High Sensitivity" and "Best, High ...
- Thu Aug 28, 2014 8:28 pm
- Forum: ZoneMinder 1.25.x
- Topic: Foscam fi9821
- Replies: 13
- Views: 11748
Re: Foscam fi9821
I'm not incredibly impressed with mine, to tell you the truth. It was twice the physical size I expected, far too large to put discretely in my home so it wound up in the garage. I can't say I've seen it lock up yet, but the firmware is iffy and leaves a lot to be desired. I won't be buying any more ...
- Thu Aug 28, 2014 3:15 am
- Forum: ZoneMinder 1.25.x
- Topic: Foscam fi9821
- Replies: 13
- Views: 11748
Re: Foscam fi9821
Don't mean to resurrect an old thread but this seemed the best place for this info. I had a really rough time getting my FI9821 working with Zoneminder. The final fix was nearly identical to that posted here, I just had to change the rtsp port to 88: rtsp://username:password@xxx.xxx.xxx.xxx: 88 ...
- Fri Aug 08, 2014 7:26 pm
- Forum: ZoneMinder 1.27.x
- Topic: error: ‘SYS_gettid’ was not declared in this scope
- Replies: 6
- Views: 8021
Re: error: ‘SYS_gettid’ was not declared in this scope
Thanks for the info. I'm struggling with ffmpeg now and your offer of the centos 6 RPMs is enticing. I may drop down just so I can get this damn thing operational.
- Fri Aug 01, 2014 9:27 pm
- Forum: ZoneMinder 1.27.x
- Topic: error: ‘SYS_gettid’ was not declared in this scope
- Replies: 6
- Views: 8021
Re: error: ‘SYS_gettid’ was not declared in this scope
*sigh*, make install also failed. Had to modify the relink.txt files in the same fashion. ./src/CMakeFiles/nph-zms.dir/relink.txt ./src/CMakeFiles/zma.dir/relink.txt ./src/CMakeFiles/zmc.dir/relink.txt ./src/CMakeFiles/zmf.dir/relink.txt ./src/CMakeFiles/zms.dir/relink.txt ./src/CMakeFiles ...
- Fri Aug 01, 2014 9:21 pm
- Forum: ZoneMinder 1.27.x
- Topic: error: ‘SYS_gettid’ was not declared in this scope
- Replies: 6
- Views: 8021
Re: error: ‘SYS_gettid’ was not declared in this scope
Got some more errors trying to compile: Linking CXX executable nph-zms /bin/ld: CMakeFiles/nph-zms.dir/zms.cpp.o: undefined reference to symbol '_ZNSs4_Rep10_M_destroyERKSaIcE@@GLIBCXX_3.4' /bin/ld: note: '_ZNSs4_Rep10_M_destroyERKSaIcE@@GLIBCXX_3.4' is defined in DSO /lib64/libstdc++.so.6 so try ...
- Fri Aug 01, 2014 6:23 pm
- Forum: ZoneMinder 1.27.x
- Topic: error: ‘SYS_gettid’ was not declared in this scope
- Replies: 6
- Views: 8021
Re: error: ‘SYS_gettid’ was not declared in this scope
Found the problem. HAVE_SYS_SYSCALL_H was undefined and so sys/syscall.h was not being included. In src/zm_thread.h: #ifdef HAVE_SYS_SYSCALL_H #include <sys/syscall.h> #endif // HAVE_SYS_SYSCALL_H I added the line: #define HAVE_SYS_SYSCALL_H to the file src/zm_thread.h and resolved the problem.
- Fri Aug 01, 2014 5:31 pm
- Forum: ZoneMinder 1.27.x
- Topic: error: ‘SYS_gettid’ was not declared in this scope
- Replies: 6
- Views: 8021
error: ‘SYS_gettid’ was not declared in this scope
Hi folks, I receive the following error trying to compile ZoneMinder on CentOS 7: In file included from /tmp/ZoneMinder-1.27.0/src/zm_libvlc_camera.h:25:0, from /tmp/ZoneMinder-1.27.0/src/zm_libvlc_camera.cpp:21: /tmp/ZoneMinder-1.27.0/src/zm_thread.h: In constructor ‘ThreadException:: ...