Difference between revisions of "Y-Cam"
From ZoneMinder Wiki
Jump to navigationJump to search
(added page to the 'Network Cameras' category) |
(Added known working source examples) |
||
Line 1: | Line 1: | ||
Y-Cam Black | == Y-Cam Black and HD Bullet == | ||
<pre> | |||
RTSP MPEG4 stream: /live_mpeg4.sdp | RTSP MPEG4 stream: /live_mpeg4.sdp | ||
RTSP MJPEG stream: /live_mjpeg.sdp | RTSP MJPEG stream: /live_mjpeg.sdp | ||
HTTP MPEG4 stream: /stream.av | HTTP MPEG4 stream: /stream.av | ||
HTTP MJPEG stream: /stream.jpg | HTTP MJPEG stream: /stream.jpg | ||
HTTP snapshot image: /snapshot.jpg | HTTP snapshot image: /snapshot.jpg | ||
</pre> | |||
Size of each stream is setup in preferences. Normally recommended to leave primary stream as the maximum and set the secondary stream for 320x240 for thumbnails or smaller recorded streams. | Size of each stream is setup in preferences. Normally recommended to leave primary stream as the maximum and set the secondary stream for 320x240 for thumbnails or smaller recorded streams. | ||
Line 17: | Line 15: | ||
Do not use this camera if colour is important, however as a night-time room Infra-red camera it is very suitable. We use several for welfare monitoring of horses. | Do not use this camera if colour is important, however as a night-time room Infra-red camera it is very suitable. We use several for welfare monitoring of horses. | ||
Seconded ([[User:Gerdesj|Gerdesj]] ([[User talk:Gerdesj|talk]]))on the colour problems on this camera. The same is not true for the 720 and 1080p Bullets though - very good colours. | |||
Example of source settings for http: | |||
<pre> | |||
Remote Protocol: HTTP | |||
Remote Method: Simple | |||
Remote Host Name: user:pass@ip_of_camera | |||
Remote Host Port: 80 | |||
Remote Host path: /stream.jpg | |||
Target Colorspace: 24 bit colour | |||
Capture Width: 640 (1280 for 720p Bullet) | |||
Capture Height: 480 (720 for 720p Bullet) | |||
</pre> | |||
Example of source settings for rtsp: | |||
<pre> | |||
Remote Protocol: RTSP | |||
Remote Method: RTP/RTSP | |||
Remote Host Name: user:pass@ip_of_camera | |||
Remote Host Port: 554 | |||
Remote Host path: /live_mpeg4.sdp | |||
Target Colorspace: 24 bit colour | |||
Capture Width: 640 (1280 for 720p Bullet) | |||
Capture Height: 480 (720 for 720p Bullet) | |||
</pre> | |||
[[Category:Network Cameras]] | [[Category:Network Cameras]] |
Revision as of 11:11, 14 January 2015
Y-Cam Black and HD Bullet
RTSP MPEG4 stream: /live_mpeg4.sdp RTSP MJPEG stream: /live_mjpeg.sdp HTTP MPEG4 stream: /stream.av HTTP MJPEG stream: /stream.jpg HTTP snapshot image: /snapshot.jpg
Size of each stream is setup in preferences. Normally recommended to leave primary stream as the maximum and set the secondary stream for 320x240 for thumbnails or smaller recorded streams.
Note: Colour balance on some of the Y-Cam blacks is /very/ off. Greens as pinks etc.
Do not use this camera if colour is important, however as a night-time room Infra-red camera it is very suitable. We use several for welfare monitoring of horses.
Seconded (Gerdesj (talk))on the colour problems on this camera. The same is not true for the 720 and 1080p Bullets though - very good colours.
Example of source settings for http:
Remote Protocol: HTTP Remote Method: Simple Remote Host Name: user:pass@ip_of_camera Remote Host Port: 80 Remote Host path: /stream.jpg Target Colorspace: 24 bit colour Capture Width: 640 (1280 for 720p Bullet) Capture Height: 480 (720 for 720p Bullet)
Example of source settings for rtsp:
Remote Protocol: RTSP Remote Method: RTP/RTSP Remote Host Name: user:pass@ip_of_camera Remote Host Port: 554 Remote Host path: /live_mpeg4.sdp Target Colorspace: 24 bit colour Capture Width: 640 (1280 for 720p Bullet) Capture Height: 480 (720 for 720p Bullet)