Vivotek
Vivotek
They seem to have a great range of cameras. Many meeting my needs and budget but I can not find any info on their Linux/Zoneminder compatibility.
Who has one? Is there a more exhaustive list then on the ZM wiki?
I am tempted to buy what I want and see if I can make it work. But having never used ZM before that might be a frustrating and bad idea.
The models I am liking are:
IP7361 - 2MP Day & Night bullet with IP67 weatherproof housing.
IP8332 - 1MP H.264 Outdoor Day & Night bullet with IP67 weatherproof housing.
FD8361L - 2MP H.264 Day & Night Vandal-proof with IP67 weatherproof housing.
Who has one? Is there a more exhaustive list then on the ZM wiki?
I am tempted to buy what I want and see if I can make it work. But having never used ZM before that might be a frustrating and bad idea.
The models I am liking are:
IP7361 - 2MP Day & Night bullet with IP67 weatherproof housing.
IP8332 - 1MP H.264 Outdoor Day & Night bullet with IP67 weatherproof housing.
FD8361L - 2MP H.264 Day & Night Vandal-proof with IP67 weatherproof housing.
Basely it has to output a jpeg or jpeg-stream. It also has to be a standards compliment stream. Meaning headers must be correct.
http://www.zoneminder.com/wiki/index.php/Vivotek
Does have a jpeg stream but don't expect a hight frame rate.
But as you can see from the wiki newer versions of zm support video codecs rather than just jpeg.
So I would say you should be ok with Vivotek but start with jpeg first to get zm setup corectly then try rtsp(or video codec) mode.
http://www.zoneminder.com/wiki/index.php/Vivotek
Does have a jpeg stream but don't expect a hight frame rate.
But as you can see from the wiki newer versions of zm support video codecs rather than just jpeg.
So I would say you should be ok with Vivotek but start with jpeg first to get zm setup corectly then try rtsp(or video codec) mode.
Cool thanks.
It seems most of what I have looked at offer an MJPEG and MPEG4 stream (some H.264). It sounds like that is a good key to possible success.
They all offered it over HTTP and HTTPS. Is that a good baseline protocol ZM can work with?
PS. I have pledged. I love Xmarks. Looks like they will have a solution long term now following their blog.
It seems most of what I have looked at offer an MJPEG and MPEG4 stream (some H.264). It sounds like that is a good key to possible success.
They all offered it over HTTP and HTTPS. Is that a good baseline protocol ZM can work with?
PS. I have pledged. I love Xmarks. Looks like they will have a solution long term now following their blog.
http://www.abcarticledirectory.com/Arti ... ew/1061839kingofkya wrote:
So I would say you should be ok with Vivotek but start with jpeg first to get zm setup corectly then try rtsp(or video codec) mode.
This review mentions RTSP. So this is a good sign I am thinking..
Oh I have ordered this:
http://www.vivotek.com/products/model.p ... 32&tab=spe
AU$248 + AU$18 postage.
Fingers crossed!!!
http://www.vivotek.com/products/model.p ... 32&tab=spe
AU$248 + AU$18 postage.
Fingers crossed!!!
So I have jpeg working with a little digging looking at the source of the web page.
I can get the video feed on the web interface working. Its a mov stream using the Quicktime browser plugin. Using the Firefox Addon, Downloader Helper, its says there is a stream at /realqt.mov but putting that into the web browser directly does not work. It tries to load a much smaller video and then says video not found.
There 4 streams you can adjust coming out of this camera. So there needs to be a way to access the individual stream in the URL some how.
I found the below, but trying to access http://10.33.33.133/video.mjpg etc does not work, it comes back with a 400 error:
I feel I am really close
I can get the video feed on the web interface working. Its a mov stream using the Quicktime browser plugin. Using the Firefox Addon, Downloader Helper, its says there is a stream at /realqt.mov but putting that into the web browser directly does not work. It tries to load a much smaller video and then says video not found.
There 4 streams you can adjust coming out of this camera. So there needs to be a way to access the individual stream in the URL some how.
I found the below, but trying to access http://10.33.33.133/video.mjpg etc does not work, it comes back with a 400 error:
Trying RTSP with path live4.sdp etc does not work either.This session is rejected by session manager caused by The fix stream codec is not MJPEG
I feel I am really close
Code: Select all
system_hostname='camera01'
system_ledoff='0'
system_lowlight='1'
system_date='2010/12/11'
system_time='22:24:00'
system_datetime=''
system_ntp='ntp'
system_timezoneindex='400'
system_daylight_enable='1'
system_daylight_dstactualmode='3'
system_daylight_auto_begintime='2010/10/31 02:00:00'
system_daylight_auto_endtime='2011/03/27 03:00:00'
system_daylight_timezones=',-360,-320,-280,-240,-241,-200,-201,-160,-140,-120,-80,-40,0,40,41,80,81,82,83,120,140,380,400,480'
system_updateinterval='3600'
system_info_modelname='IP8332'
system_info_extendedmodelname='IP8332'
system_info_serialnumber='0002D10E0D8F'
system_info_firmwareversion='IP8332-VVTK-0101a'
system_info_language_count='9'
system_info_language_i0='English'
system_info_language_i1='Deutsch'
system_info_language_i2='Español'
system_info_language_i3='Français'
system_info_language_i4='Italiano'
system_info_language_i5='日本語'
system_info_language_i6='Português'
system_info_language_i7='简体ä¸æ–‡'
system_info_language_i8='ç¹
hello,
I just attract attention on two points of your settings like the Remote Host Name. If your camera is password protected you maybe should use:
CamUser:CamPwd@10.33.33.133
Next point is the Remote Host Path. So I would try to use:
/cgi-bin/viewer/video.mjpg
because /video.jpg means a single picture.
I'm also not sure whether it's necessary to name the resolution at the end of the Remote Host Path like I did for setting up the Axis Q1755 cam.
/axis-cgi/mjpg/video.cgi?resolution=1280x720
I hope this is helpful
I just attract attention on two points of your settings like the Remote Host Name. If your camera is password protected you maybe should use:
CamUser:CamPwd@10.33.33.133
Next point is the Remote Host Path. So I would try to use:
/cgi-bin/viewer/video.mjpg
because /video.jpg means a single picture.
I'm also not sure whether it's necessary to name the resolution at the end of the Remote Host Path like I did for setting up the Axis Q1755 cam.
/axis-cgi/mjpg/video.cgi?resolution=1280x720
I hope this is helpful
Other Vivotek cams are still running with ZM.
Maybe this will help you:
http://www.zoneminder.com/forums/viewto ... ea58b69fac
Maybe this will help you:
http://www.zoneminder.com/forums/viewto ... ea58b69fac