Search found 8 matches
- Thu May 22, 2008 4:32 pm
- Forum: Hardware Queries
- Topic: ZM is not able to decode JPEG file
- Replies: 5
- Views: 10231
Re: ZM is not able to decode JPEG file
...problem with ZoneMinder. It is not able to decode JPEG image, even the image is valid. ... P.S.: I uploaded two JPEG's captured from webcam here: www.dazzler.sk/test1.jpg www.dazzler.sk/test2.jpg Hi, I just found out, what causes the problem. It is similar to my previous problem with a different ...
- Thu May 22, 2008 12:09 am
- Forum: Hardware Queries
- Topic: ZM is not able to decode JPEG file
- Replies: 5
- Views: 10231
ZM is not able to decode JPEG file
Dear all, I found very strange problem with ZoneMinder. It is not able to decode JPEG image, even the image is valid. The following lines can be found in my zmdc.log: 05/22/08 01:59:02.027187 zmdc[10618].INF [Starting pending process, zmc -m 1] 05/22/08 01:59:02.039857 zmdc[10618].INF ['zmc -m 1 ...
- Sun May 11, 2008 9:51 am
- Forum: Hardware Queries
- Topic: Zoneminder and Trendnet TV-IP110
- Replies: 20
- Views: 39227
Re: Trendnet TV-IP110W
In your other post, you mentioned that you had some changes in zm_remote_camera.cpp to get it working. Could you post the modified file (and any other step)? I can post also diff file, if you know, how to create it ;-) The most important part of the code follows: if ( format == JPEG && buffer.Size ...
- Sun May 11, 2008 9:34 am
- Forum: Hardware Queries
- Topic: MJPEG stream from Camera Micronet SP5511W
- Replies: 7
- Views: 11012
Thats a shame :( Do they market their own software? The webcam uses Java applet to play the video. When I looked at the source code of this applet (by using Cavaj Java decompiler), I did not find nothing special - but it was written in a way, that allowed it to skip the first invalid sequence of 28 ...
- Sat May 10, 2008 8:34 pm
- Forum: Hardware Queries
- Topic: Zoneminder and Trendnet TV-IP110
- Replies: 20
- Views: 39227
Re: Trendnet TV-IP110W
http://192.168.1.30/cgi/mjpg/mjpeg.cgi Please, take a look at my post: http://www.zoneminder.com/forums/viewtopic.php?t=11649 Even I have a different model, the URL seems to be very similar and probably they use the same software in the camera. Could you please copy-paste result of: wget -S http ...
- Sat May 10, 2008 8:18 pm
- Forum: Hardware Queries
- Topic: MJPEG stream from Camera Micronet SP5511W
- Replies: 7
- Views: 11012
Re: MJPEG stream from Camera Micronet SP5511W
Just to let you know,
I found out that this webcam does not send valid HTTP headers and valid JPEG.
I had to make some changes in zm_remote_camera.cpp to get it working.
I found out that this webcam does not send valid HTTP headers and valid JPEG.
I had to make some changes in zm_remote_camera.cpp to get it working.
- Wed May 07, 2008 8:33 pm
- Forum: Hardware Queries
- Topic: MJPEG stream from Camera Micronet SP5511W
- Replies: 7
- Views: 11012
Re: MJPEG stream from Camera Micronet SP5511W
And I forgot to mention that it does not work - I can see only black picture in ZoneMinder.
Regards,
Onidlo
Regards,
Onidlo
- Wed May 07, 2008 7:38 pm
- Forum: Hardware Queries
- Topic: MJPEG stream from Camera Micronet SP5511W
- Replies: 7
- Views: 11012
MJPEG stream from Camera Micronet SP5511W
Dear all, I just bought a new IP cam and I'm trying to use it with ZoneMinder. It is Micronet SP5511W (http://www.micronet.info/model_detail.aspx?series_no=14&sno=542#Specification) I know, that it streams MJPEG at the following URL: http://xx.xx.xx.xx/cgi/mjpg/mjpeg.cgi But first, I have to enter ...