My experiences with cameras from Veezoom #4586
kuumaur
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I just wanted to give a short feedback to Veezoom cameras.
4 months ago a bought 2 ip poe cameras on Amazon:
1 WS-N151HB (Firmware 3.1.7) (Datasheet: https://www.veezoom.cn/pro_detail.php?id=407)
1 WS-N151BS (Firmware 3.1.7) (Datasheet: https://www.veezoom.cn/pro_detail.php?id=404)
The stream is working reliable and with no issues over the 4 months.
frigate config snip:
cameras:
carport:
mqtt:
required_zones:
- zone_0
rtmp:
enabled: false
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
inputs:
- path: rtsp://user:[email protected]:554/1/2
roles:
- detect
- path: rtsp://user:[email protected]:554/1/1
roles:
- record
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
detect:
width: 640
height: 360
fps: 5
objects:
track:
- person
- umbrella
- dog
- cat
- car
motion:
mask:
- 0,0,214,0,207,97,132,95,0,129
zones:
zone_0:
coordinates: 100,360,394,360,640,129,640,71,321,0,318,63,237,105,186,135,126,163,21,201
snapshots:
enabled: true
timestamp: true
quality: 95
required_zones:
- zone_0
retain:
default: 10
record:
enabled: true
retain:
days: 15
mode: motion
events:
post_capture: 10
pre_capture: 10
required_zones:
- zone_0
retain:
default: 10
mode: motion
entrance:
mqtt:
required_zones:
- zone_1
rtmp:
enabled: false
ffmpeg:
hwaccel_args:
- -hwaccel
- vaapi
- -hwaccel_device
- /dev/dri/renderD128
- -hwaccel_output_format
- yuv420p
inputs:
- path: rtsp://user:[email protected]:554/1/2
roles:
- detect
- path: rtsp://user:[email protected]:554/1/1
roles:
- record
output_args:
record: -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c:v copy -c:a aac
detect:
width: 640
height: 360
fps: 5
objects:
track:
- person
- umbrella
- dog
- cat
- car
motion:
mask:
- 0,0,264,0,575,0,540,105,404,48,295,49,349,89,346,120,286,173,257,241,345,301,437,360,0,360
- 475,239,435,230,404,199,401,174,400,132,404,96,432,91,476,88,534,115
zones:
zone_1:
coordinates: 267,217,289,244,311,266,350,291,378,314,420,339,565,197,569,123,534,106,473,82,412,49,302,67,366,106,287,164
snapshots:
enabled: true
timestamp: true
quality: 95
required_zones:
- zone_1
retain:
default: 10
record:
enabled: true
retain:
days: 15
mode: motion
events:
post_capture: 10
pre_capture: 10
required_zones:
- zone_1
retain:
default: 10
mode: motion
Beta Was this translation helpful? Give feedback.
All reactions