mnakada / atomcam_tools

Hack tool for atomcam and wyzecam.
Other
183 stars 22 forks source link

RTSP secondary channel #58

Closed thematrixdev closed 2 years ago

thematrixdev commented 2 years ago

Hello there.

Recently I am playing with Frigate and Double-Take.

Frigate suggest using 5 FPS for AI object detection, to preserve CPU workload.

Is it possible to stream H264 5FPS via secondary channel?

Thanks.

mnakada commented 2 years ago

Camera_app's video encoder has three outputs: ch0 is 1080P-AVC, ch1 is 360P-HEVC, and ch3 is 1080P-HEVC. Atomcam_tools switches ch0,ch3 to RTSP-main and ch1 to RTSP-sub. These are used for mobile apps, cloud, etc., so it is difficult to change the settings. Is it possible to use the RTSP-main stream?

thematrixdev commented 2 years ago

I see. I will use the main stream. Thank you very much.