markszabo / tapo-c200-timelapse

This is my setup to take time-lapse videos from my balcony with a Raspberry Pi using a TP-Link Tapo C200 IP-Camera
91 stars 17 forks source link

Capture.py errors #8

Open liarbeast opened 4 months ago

liarbeast commented 4 months ago

Hey. I ran capture.py, and it made the screenshot just fine. However, there were some errors. I've tried to reintall VLC and reboot but it didn't solve it.

Again, there's no issue because it makes the screenshot just fine, but I hate errors and was wondering if you had any idea what caused it:

john@raspberrypi:~/Timelapse $ python3 capture.py
waiting for VLC
Created new TCP socket 7 for connection
[0000007f60054230] avcodec decoder error: unspecified video dimensions
[0000007f60054230] avcodec decoder error: cannot start codec (h264_v4l2m2m)
[0000007f60054230] main decoder error: buffer deadlock prevented
staring capture
/home/john/Timelapse/output/2024-05-05/1714936431.jpeg

Untitled

Thank you for sharing your code with us :)