Hey there,
has anyone had a similar issue? I believe it has to do with ffmpeg. I could be mistaken but I think it happens more often when things inside the crib are being moved. (Blankets moving, teddy bear leaves the crib etc.) At this point, my baby's body is not being recognized by the script but one of our teddy bears is. :-D So I'm testing with him a bit. I'm using a Reolink E1 Pro Camera
No body found, vote awake No face found, depreciate queue Not voting on eyes, eye queue too short. No body found, depreciate movement queue. [h264 @ 0x7f500d2fe0] error while decoding MB 1 45, bytestream -6 No body found, vote awake No face found, depreciate queue Not voting on eyes, eye queue too short. No body found, depreciate movement queue.
"ffprobe -rtsp_transport tcp rtsp://admin:pw@192.168.177.82:554/h264Preview_01_main"
gives me this output:
Input #0, rtsp, from 'rtsp://admin:pw@192.168.177.82:554/h264Preview_01_main': Metadata: title : Session streamed by "preview" comment : h264Preview_01_main Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080, 25 fps, 25 tbr, 90k tbn Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltp
I tried to favour tcp over udp but it makes no difference.
Here someone suggests to increase the shm-size but I dont know what that is or how to crank it up. blakeblackshear/frigate#1403 (comment)
I'm on a Raspberry Pi 4 running Raspberry Pi OS (64 bit)
This right here could be another solution: https://stackoverflow.com/questions/49233433/opencv-read-errorh264-0x8f915e0-error-while-decoding-mb-53-20-bytestream
@calebolson123 Does the code use multithreading?
Hey there,
has anyone had a similar issue? I believe it has to do with ffmpeg. I could be mistaken but I think it happens more often when things inside the crib are being moved. (Blankets moving, teddy bear leaves the crib etc.) At this point, my baby's body is not being recognized by the script but one of our teddy bears is. :-D So I'm testing with him a bit. I'm using a Reolink E1 Pro Camera
No body found, vote awake No face found, depreciate queue Not voting on eyes, eye queue too short. No body found, depreciate movement queue. [h264 @ 0x7f500d2fe0] error while decoding MB 1 45, bytestream -6 No body found, vote awake No face found, depreciate queue Not voting on eyes, eye queue too short. No body found, depreciate movement queue."ffprobe -rtsp_transport tcp rtsp://admin:pw@192.168.177.82:554/h264Preview_01_main"
gives me this output:
Input #0, rtsp, from 'rtsp://admin:pw@192.168.177.82:554/h264Preview_01_main': Metadata: title : Session streamed by "preview" comment : h264Preview_01_main Duration: N/A, start: 0.000000, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p(progressive), 1920x1080, 25 fps, 25 tbr, 90k tbn Stream #0:1: Audio: aac (LC), 16000 Hz, mono, fltpI tried to favour tcp over udp but it makes no difference.
Here someone suggests to increase the shm-size but I dont know what that is or how to crank it up. blakeblackshear/frigate#1403 (comment)
I'm on a Raspberry Pi 4 running Raspberry Pi OS (64 bit)
This right here could be another solution: https://stackoverflow.com/questions/49233433/opencv-read-errorh264-0x8f915e0-error-while-decoding-mb-53-20-bytestream
@calebolson123 Does the code use multithreading?