Yes, my solution though involves writng C code to access the card directly (there are no v4l drivers for it) and present the fames as jpegs via HTTP.
Not finished, but getting close.
Cheers,
Brad
Search found 15 matches
- Sun Jun 08, 2008 2:51 am
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
- Fri May 30, 2008 1:35 am
- Forum: ZoneMinder Previous Versions
- Topic: Can't get shared memory id '7a6d2001' in zmwatch.log
- Replies: 30
- Views: 44911
May 29 16:08:49 fc6dev zmwatch[22565]: ERR [Can't get shared memory id '7a6d0002', 2: No such file or directory] May 29 16:08:49 fc6dev zmwatch[22565]: INF [Restarting capture daemon for xed1, shared memory not valid] May 29 16:08:50 fc6dev zmdc[22724]: INF ['zmc -m 2' started at 08/05/29 16:08:50 ...
- Thu May 29, 2008 6:32 am
- Forum: ZoneMinder Previous Versions
- Topic: Can't get shared memory id '7a6d2001' in zmwatch.log
- Replies: 30
- Views: 44911
- Tue May 13, 2008 11:23 am
- Forum: ZoneMinder Previous Versions
- Topic: Make error
- Replies: 43
- Views: 30113
- Mon May 12, 2008 11:00 pm
- Forum: ZoneMinder Previous Versions
- Topic: Make error
- Replies: 43
- Views: 30113
Is this the lastest ffmpeg from svn? What SVN version is it? It would seem that they have changed the location of the header files :evil: If this is the latest ffmpeg, you will need to cange the code in ZM to reflect the new location and let us know what version of ffmpeg you have so we can track ...
- Fri May 09, 2008 12:03 am
- Forum: ZoneMinder Previous Versions
- Topic: Make error
- Replies: 43
- Views: 30113
The ffmpeg configure line should be ./configure --enable-gpl --enable-swscaler to enable this support. So you need to update to the latest ffmpeg as it's too tricky to track each API diff that they make and support them all. ZoneMinder now will only support official ffmpeg releases (which haven't ...
- Tue Apr 08, 2008 12:02 pm
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
- Tue Apr 08, 2008 4:45 am
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
Re: V4l loopback
Have you seen this page on the wiki? http://www.zoneminder.com/wiki/index.php/Vpipe No, I hadn't thanks felix. So, there appear to be a few ways to do this. One is to alter the source for zm_local_camera.cpp so that it talks to the XED board, two: add a zm_local_xed4040_camera.cpp file and make ...
- Tue Apr 08, 2008 1:41 am
- Forum: ZoneMinder Previous Versions
- Topic: Still having the compilation error
- Replies: 9
- Views: 5687
Here is a patch that will get it to compile. *** zm_mpeg.cpp 2008-04-08 11:13:09.000000000 +1000 --- zm_mpeg.new.cpp 2008-04-08 11:14:23.000000000 +1000 *************** *** 277,287 **** if (!(of->flags & AVFMT_NOFILE)) { /* close the output file */ - #if ZM_FFMPEG_SVN - url_fclose(ofc->pb); - #else ...
- Mon Apr 07, 2008 12:36 pm
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
- Mon Apr 07, 2008 7:05 am
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
Hi W, I'm actually at the point whre I can capture raw frames from the card driver now. Am I correct in my assumption that I have come to that the raw frame is essentially a jpeg or mjpeg frame or is it RAW (I'm new to video but not new to programming, file formats, etc.)? I will take a look at zm ...
- Mon Apr 07, 2008 3:41 am
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
- Thu Apr 03, 2008 1:48 pm
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
- Thu Apr 03, 2008 9:04 am
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
- Thu Apr 03, 2008 3:09 am
- Forum: Hardware Queries
- Topic: Comart XED 4040
- Replies: 15
- Views: 12947
Comart XED 4040
I have a machine running linux with one of these cards in it: http://www.comartsystem.com/AM/PRODUCTS/dvr_board/xed/ I know there is no direct support for this card in Zone Minder and that the driver for this card does not use the V4L interface/API. What am I am contemplating is this. Write an ...