Difference between revisions of "Y-Cam"
From ZoneMinder Wiki
Jump to navigationJump to search
(Lightly wikify) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
Y-Cam Black | == Y-Cam Black and HD Bullet == | ||
RTSP MPEG4 stream: /live_mpeg4.sdp | {| class="wikitable" | ||
|- | |||
! Type !! URL | |||
|- | |||
| RTSP MPEG4 stream || <nowiki>rtsp://<ip>/live_mpeg4.sdp</nowiki> | |||
|- | |||
| RTSP MJPEG stream || <nowiki>rtsp://<ip>/live_mjpeg.sdp</nowiki> | |||
|- | |||
| HTTP MPEG4 stream || <nowiki>http://<ip>:<port>/stream.av</nowiki> | |||
|- | |||
| HTTP MJPEG stream || <nowiki>http://<ip>:<port>/stream.jpg</nowiki> | |||
|- | |||
| HTTP snapshot image || <nowiki>http://<ip>:<port>/snapshot.jpg</nowiki> | |||
|} | |||
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 ([[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]] |
Latest revision as of 11:19, 14 January 2015
Y-Cam Black and HD Bullet
Type | URL |
---|---|
RTSP MPEG4 stream | rtsp://<ip>/live_mpeg4.sdp |
RTSP MJPEG stream | rtsp://<ip>/live_mjpeg.sdp |
HTTP MPEG4 stream | http://<ip>:<port>/stream.av |
HTTP MJPEG stream | http://<ip>:<port>/stream.jpg |
HTTP snapshot image | http://<ip>:<port>/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)