Possible to use a RTSP stream for record and a RTMP stream for detect? #2768
Unanswered
thunderwolf66102
asked this question in
Ask A Question
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to get all my reolink cameras to work well and thus far I have been able to accomplish this excepting with the 3 4K cameras that I have. They should work properly, it just appears that I lack the processor/GPU power in the current configuration to pull it off as my CPU is running @ 100 percent constantly now for the NVR system (per top).
The current working config (with lag on the three 4K cameras on both record and live view) Relevant parts clipped - let me know if I need a full config dump
I want to try using hardware acceleration (vaapi - radeon) on the detect: ouput stream but I get a message stating that I cannot use that with a ffmpeg -f rawvideo pipe.
Trying to use a lower resolution stream available via rtmp (with output args: detect: width: 896 height: 512 and detect: under the camera changed to -f rawvideo -pix_fmt yuv420p -c:a none) results in the following -
Is it possible to hardware accelerate the detect stream/pipe on these three cameras or straight up use the lower resolution rtmp stream for object detection without error?
Beta Was this translation helpful? Give feedback.
All reactions