Annke C800 Turret Camera #1276
Unanswered
mmmmmcoke
asked this question in
Ask A Question
Replies: 1 comment 2 replies
-
Check out my issue thread, #1178, as that's likely of interest to you for this camera and the whole H.265/H.265+ dynamic. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Well, I ended up picking up one of the Annke C800 Turret cameras that went on sale recently.
But I can't seem to get it to play nice with Frigate. I just get a green screen. Also the debug logs show 0 for all of the fps counters.
Has anyone else had any luck with the Annke C800 cameras? I'm wondering if it is due to the fact that it only supports H265/H265+.... no H264.
Config Exerpt:
"driveway_cam": {
"best_image_timeout": 60,
"clips": {
"enabled": true,
"objects": null,
"post_capture": 5,
"pre_capture": 5,
"required_zones": [],
"retain": {
"default": 7,
"objects": {}
}
},
"detect": {
"enabled": true,
"max_disappeared": 25
},
"ffmpeg_cmds": [
{
"cmd": "ffmpeg -hide_banner -loglevel warning -avoid_negative_ts make_zero -fflags +genpts+discardcorrupt -rtsp_transport tcp -stimeout 5000000 -use_wallclock_as_timestamps 1 -i rtsp://admin:[email protected]:554/Streaming/Channels/101 -f segment -segment_time 10 -segment_format mp4 -reset_timestamps 1 -strftime 1 -c copy -an /tmp/cache/driveway_cam-%Y%m%d%H%M%S.mp4 -c copy -f flv rtmp://127.0.0.1/live/driveway_cam -r 5 -f rawvideo -pix_fmt yuv420p pipe:",
"roles": [
"detect",
"clips",
"rtmp"
]
}
],
"fps": 5,
"frame_shape": [
2160,
3840
],
"height": 2160,
"motion": {
"contour_area": 100,
"delta_alpha": 0.2,
"frame_alpha": 0.2,
"frame_height": 360,
"mask": null,
"threshold": 25
},
"mqtt": {
"bounding_box": true,
"crop": true,
"enabled": true,
"height": 270,
"required_zones": [],
"timestamp": true
},
"name": "driveway_cam",
"objects": {
"filters": {
"bicycle": {
"mask": [],
"max_area": 24000000,
"min_area": 0,
"min_score": 0.5,
"threshold": 0.7
},
"car": {
"mask": [],
"max_area": 24000000,
"min_area": 0,
"min_score": 0.5,
"threshold": 0.7
},
"cat": {
"mask": [],
"max_area": 24000000,
"min_area": 0,
"min_score": 0.5,
"threshold": 0.7
},
"dog": {
"mask": [],
"max_area": 24000000,
"min_area": 0,
"min_score": 0.5,
"threshold": 0.7
},
"motorcycle": {
"mask": [],
"max_area": 24000000,
"min_area": 0,
"min_score": 0.5,
"threshold": 0.7
},
"person": {
"mask": [],
"max_area": 24000000,
"min_area": 0,
"min_score": 0.5,
"threshold": 0.7
}
},
"mask": null,
"track": [
"person",
"bicycle",
"car",
"motorcycle",
"cat",
"dog"
]
},
"record": {
"enabled": false,
"retain_days": 30
},
"rtmp": {
"enabled": true
},
"snapshots": {
"bounding_box": true,
"crop": false,
"enabled": true,
"height": null,
"required_zones": [],
"retain": {
"default": 7,
"objects": {}
},
"timestamp": false
},
"width": 3840,
"zones": {}
},
Beta Was this translation helpful? Give feedback.
All reactions