Search found 16 matches
- Sat Dec 23, 2006 8:59 pm
- Forum: User Contributions
- Topic: IVTV Proof of concept
- Replies: 16
- Views: 23294
Is there an advantage of using a HARDWARE MPEG-2 Caputure card over bttv? Would this reduce CPU usage or allow for higher resolution caputure than the standard bttv based capture cards? At the moment, none whatsover. In fact, you might be at disadvantage at the moment since the drivers are largely ...
- Wed Dec 06, 2006 12:32 pm
- Forum: User Contributions
- Topic: IVTV Proof of concept
- Replies: 16
- Views: 23294
- Sat Dec 02, 2006 4:42 pm
- Forum: User Contributions
- Topic: IVTV Proof of concept
- Replies: 16
- Views: 23294
Re: can't get it to work
Also, the patch says to: setup new zoneminder camera ZoneMinder _exactly_ like this: Source Type : File File Path : /dev/video32 File Colours : 24 bit colour Capture Width : 720 Capture Height : 576 Where am I supposed to do this. The zonminder console has some of these options in the source tab ...
- Sun Nov 26, 2006 11:50 am
- Forum: User Contributions
- Topic: IVTV Proof of concept
- Replies: 16
- Views: 23294
I found this interesting explanation on difference between various cards with hardware mpeg encoder. In particular between ivtv cards and other mpeg based cards. It is at : http://www.linuxtv.org/v4lwiki/index.php/Hardware_vs_software_encoders I took liberty to quote part of the above url below: Can ...
- Sun Nov 26, 2006 11:42 am
- Forum: Hardware Queries
- Topic: Hauppauge PVR 150
- Replies: 13
- Views: 16853
Fyi,
This thread is continued at User Contribiutions Forum under :
http://www.zoneminder.com/forums/viewtopic.php?t=7075
Adam
This thread is continued at User Contribiutions Forum under :
http://www.zoneminder.com/forums/viewtopic.php?t=7075
Adam
- Sun Nov 26, 2006 11:40 am
- Forum: Hardware Queries
- Topic: Using a pvr350/ivtv as source
- Replies: 6
- Views: 7614
Fyi,
This thread is continued at User Contribiutions forum under :
http://www.zoneminder.com/forums/viewtopic.php?t=7075
Adam
This thread is continued at User Contribiutions forum under :
http://www.zoneminder.com/forums/viewtopic.php?t=7075
Adam
- Wed Oct 25, 2006 7:53 am
- Forum: User Contributions
- Topic: IVTV Proof of concept
- Replies: 16
- Views: 23294
Just one question (because I know some one else might ask or worse just apply the patch and assume that it will work), How will this patch affect bttv based cards and can you run a combination of cards? The basic idea was to increase theoretical number of cams from 4 to 6. lspci: 00:08.0 Multimedia ...
- Wed Oct 25, 2006 6:27 am
- Forum: User Contributions
- Topic: IVTV Proof of concept
- Replies: 16
- Views: 23294
- Mon Oct 23, 2006 4:25 pm
- Forum: Hardware Queries
- Topic: Using a pvr350/ivtv as source
- Replies: 6
- Views: 7614
Hello folks,
Here's a proof-of-concept patch for using IVTV cards with ZM.
http://www.eax.com/patches/zm-1.22.2-ivtv-hm12.1.patch
see comments at top of the patch.
improvemnets welcome.
Here's a proof-of-concept patch for using IVTV cards with ZM.
http://www.eax.com/patches/zm-1.22.2-ivtv-hm12.1.patch
see comments at top of the patch.
improvemnets welcome.
- Mon Oct 23, 2006 8:20 am
- Forum: User Contributions
- Topic: IVTV Proof of concept
- Replies: 16
- Views: 23294
Hello folks,
Here's a proof-of-concept patch for using IVTV cards with ZM.
http://www.eax.com/patches/zm-1.22.2-ivtv-hm12.1.patch
see comments at top of the patch.
improvemnets welcome.
Here's a proof-of-concept patch for using IVTV cards with ZM.
http://www.eax.com/patches/zm-1.22.2-ivtv-hm12.1.patch
see comments at top of the patch.
improvemnets welcome.
- Sun Oct 22, 2006 7:45 am
- Forum: Hardware Queries
- Topic: Hauppauge PVR 150
- Replies: 13
- Views: 16853
cordel, Your card is based on cx2388x chip. True it also has the cx2341x, but this second chip serves merely as mpeg encoder (and sometimes decoder). As stated on http://www.linuxtv.org/v4lwiki/index.php/Cx88_devices "The cx2388x chip is the successor to the bt87x chip", this is why I said that it ...
- Sat Oct 21, 2006 5:28 pm
- Forum: Hardware Queries
- Topic: Hauppauge PVR 150
- Replies: 13
- Views: 16853
All ZM needs from a driver is a way to get the image data in the first place really, and preferably some way of telling what it is that has been got. The YUVfunnyformat should not be a problem if it is clearly defined somewhere. This should not be very difficult. It goes something like (settings ...
- Fri Oct 13, 2006 7:40 am
- Forum: Hardware Queries
- Topic: Hauppauge PVR 150
- Replies: 13
- Views: 16853
ok, now I'm running 2.6.18 As before zmc will fail at ZoneMinder-1.22.2/src/zm_local_camera.cpp on if ( ioctl(m_videohandle, VIDIOCGMBUF, &m_vmb) < 0 ) { Error(( "Failed to setup memory: %s", strerror(errno) )); exit(-1); } with error zmc_dvideo32[4525]: ERR [Failed to setup memory: Invalid argument ...
- Thu Oct 12, 2006 11:23 am
- Forum: Hardware Queries
- Topic: Hauppauge PVR 150
- Replies: 13
- Views: 16853
ZM uses shared memory internally and not directly with drivers. So the image that ZM gets from a camera is put into shared memory by ZM and the drvier is not involved. All ZM needs from a driver is a way to get the image data in the first place really, and preferably some way of telling what it is ...
- Wed Oct 11, 2006 5:31 pm
- Forum: Hardware Queries
- Topic: Hauppauge PVR 150
- Replies: 13
- Views: 16853
One more comment. As you may have noticed the 2.6.18 adds support for cx2341x which used to be in the ivtv driver (you still need ivtv stuff thought). I have asked Hans Verkuil <hverkuil@xs4all.nl> about raw data and shared memory and this is the reply I got : " Shared memory is not supported, nor ...