Search found 146 matches

by achix
Sun Feb 26, 2017 7:17 am
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223435

Re: ZM on FreeBSD

Browsing here : https://svnweb.freebsd.org/ports/head/m ... rtdir=down I don't think there is any local camera code ported. When bsam took over he didn't even own a camera. I don't know the status with abi.
What's the status of v4l on FreeBSD?
by achix
Sat Feb 25, 2017 5:28 am
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223435

Re: ZM on FreeBSD

back in the day (2007?) when I got my hands dirty porting the ZM linux camera code to FreeBSD ZM (was it 1.23?) with the bktr driver, it was a lot of work. Later when I tried porting 1.25, touching the local camera was out of the question - it was getting harder to understand the code. Now I guess I...
by achix
Fri Feb 24, 2017 9:18 pm
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223435

Re: ZM on FreeBSD

just get a network camera which works with FreeBSD, lots of work, patience and possibly pray. Webcam?? The chances are small.
by achix
Wed Jun 15, 2016 11:20 am
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223435

Re: ZM on FreeBSD

melloa wrote:so used pkg to install it from ports
This is wrong. pkg != ports.

zm on FreeBSD was never easy. Try to move step by step.
by achix
Fri Apr 22, 2016 6:39 pm
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223435

Re: ZM on FreeBSD

A ok, glad to hear that! This thread talks about 1.25, that's why I asked. Anyway, summer is approaching and normally this means ZM-time for me. Unless things get really heavy with my regular job, I might start hacking this again.

BTW, is there any official FreeBSD port made out of those patches?
by achix
Thu Apr 21, 2016 8:03 am
Forum: ZoneMinder Distributions
Topic: ZM on FreeBSD
Replies: 68
Views: 223435

Re: ZM on FreeBSD

Guys are you sure you have read this : viewtopic.php?f=9&t=23298 ?
by achix
Tue Apr 12, 2016 12:10 pm
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

Re: 1.28.1 for FreeBSD 10.1-RELEASE-p10

subscribe to some FreeBSD list, grab my patches, ask questions there, come back here if you need further help.
by achix
Mon Aug 17, 2015 7:52 am
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

Re: 1.28.1 for FreeBSD 10.1-RELEASE-p10

Would be cool if someone took over the port on FreeBSD. Prefer the native vs virtualized approach. nothing prevents you from building your native zoneminder executables following the instructions and code from this very thread. I don't think that a port is something to expect any time soon. Since I...
by achix
Mon Aug 03, 2015 4:45 pm
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

Re: 1.28.1 for FreeBSD 10.1-RELEASE-p10

here are the patches : https://drive.google.com/file/d/0BzIKyGguqkWvU2lxd05jNzlsWEU/view?usp=sharing Any chance of a FreeBSD port update, I prefer the centralized update management that way too. I'm in no rush, I have a working Zoneminder on CentOS Behyve VM. well this seems work for you then, get ...
by achix
Mon Aug 03, 2015 10:55 am
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

Re: 1.28.1 for FreeBSD 10.1-RELEASE-p10

Hilbe wrote:Subscribed. Thanks for your effort!
Thanx for your interest.
I will try to make a set of patches against the official tarball, (to be compiled the traditional way as described in this thread, not FreeBSD-port style), and make it available somehow.
by achix
Sat Jul 25, 2015 5:11 am
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

Re: 1.28.1 for FreeBSD 10.1-RELEASE-p10

I tried with FreeBSD's mmap, and using a tmpfs fs for shared mem, but it turned out rather ugly. While I got some results via zmc and zms, the whole system was unstable. Reverted back to IPC SHM.
by achix
Wed Jul 22, 2015 6:49 pm
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

Re: 1.28.1 for FreeBSD 10.1-RELEASE-p10

Got my first motion detection. Remarks so far : - all listed above programs/scripts indeed need editing - gcc48 g++48 do *NOT* produce a functioning zmc, - so CLANG/LLVM is a must - some ASM code will not compile with CLANG, hence the hack with zm_image.cpp - some perl scripts (/usr/local/lib/perl5/...
by achix
Wed Jul 22, 2015 2:51 pm
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

Re: 1.28.1 for FreeBSD 10.1-RELEASE-p10

After hacking zm_image.cpp with : #define ZM_STRIP_SSE 1 and reverting back to CLANG/LLVM I FINALLY MANAGED TO HAVE STREAMING via zmc!!!!!! and also reverting back to IPC SSH mem cmake -C zm_conf.cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DHAVE_SENDFILE=OFF -DCMAKE_BUILD_TYPE=Debug -DZM_NO_MMAP=ON . stay tu...
by achix
Mon Jul 20, 2015 12:19 pm
Forum: User Contributions
Topic: 1.28.1 for FreeBSD 10.1-RELEASE-p10
Replies: 12
Views: 17331

1.28.1 for FreeBSD 10.1-RELEASE-p10

After 3 days of struggle and tweaking : zm_event.cpp zm_local_camera.cpp zm_thread.h zm_comms.cpp zm_event.h zm_logger.cpp zm_timer.h zm_comms.h zm_ffmpeg_camera.cpp zm_monitor.cpp zmc.cpp and scripts/ZoneMinder/CMakeLists.txt scripts/ZoneMinder/CMakeFiles/zmperlmodules.dir/build.make with cmake cmd...