Where you able to use all 16 ports?
I have one, and just now setting up cameras.
What frame rate where you able to use/sustain?
Bill
Search found 8 matches
- Thu Feb 24, 2011 5:04 pm
- Forum: Hardware Queries
- Topic: Triple Image with pv-183 (16 port card) from BlueCherry
- Replies: 3
- Views: 2490
- Sun Feb 20, 2011 4:40 pm
- Forum: ZoneMinder 1.24.x
- Topic: what command do I use to show signal/ports ?
- Replies: 0
- Views: 1096
what command do I use to show signal/ports ?
I've got a 16 port card, and video 0-7 are showing..
I've seen a command, that shows ports and signal if present, and need that to find which ports have my cameras connected..
Is it zmu?
Bill
I've seen a command, that shows ports and signal if present, and need that to find which ports have my cameras connected..
Is it zmu?
Bill
- Tue Jan 18, 2011 9:20 pm
- Forum: ZoneMinder Distributions
- Topic: Login fails, returns to login screen
- Replies: 12
- Views: 16794
Re: Login fails, returns to login screen
Make sure your not out of inodes.. You can easily have plenty of free disk blocks and be out of inodes, and the result is the same. check with "df -i" Bill Hi Guys, Zonemider from the latest live cd havs been running fine. for a few weeks now, but to day i can no longer login. + 1 Here :evil: I was ...
- Tue Jan 04, 2011 7:24 pm
- Forum: ZoneMinder 1.24.x
- Topic: Problem with EasyCap
- Replies: 6
- Views: 6561
Mike, Thanks for the quick reply. It may not be fast enough, but figured it is worth a try. I'm using Ubuntu Server 10.10. I'll try the 0.85 driver as you suggested and see what happens. Bill Hi Bill, The EasyCAP002, with four CVBS inputs and microphone input (USB ID 05e1:0408 ), can be made to work ...
- Tue Jan 04, 2011 4:48 pm
- Forum: ZoneMinder 1.24.x
- Topic: Problem with EasyCap
- Replies: 6
- Views: 6561
- Mon Sep 27, 2010 2:41 pm
- Forum: ZoneMinder Distributions
- Topic: HELP - recent ubuntu update uninstalled zoneminder
- Replies: 4
- Views: 5616
Re: HELP - recent ubuntu update uninstalled zoneminder
There shouldn't be.. at least with 1.24.. It's an apache alias to the zm webroot.. Bill just ran an update on ubuntu 8.04 LTS and the apache update has uninstalled zoneminder and dropped the mysql databaser. What is worse is I can't get apche to run after the reinstall Here are the errors: root ...
- Sun Sep 26, 2010 10:33 pm
- Forum: Hardware Compatibility List
- Topic: 16CH China/Ebay Conextant Fusion 878A WORKING!
- Replies: 24
- Views: 26085
stable under 1.2.4
Just wondering if this card was stable on 1.2.4
- Sat Sep 25, 2010 1:41 pm
- Forum: ZoneMinder 1.24.x
- Topic: Ubu 10.4 Server - Sources Red After Restart
- Replies: 5
- Views: 4194
Re: Ubu 10.4 Server - Sources Red After Restart
Had the same problem with Ubuntu Server 10.04. The problem is that Mysql is started by upstart, and zoneminder by init.d/scripts. Mysql hasn't completed loading by the time that zoneminder is firing up. I put a "sleep 10" in the zoneminder start script and it works fine on every boot now. Bill Hi, i ...