Hello,
Almost a year ago, I setup a Raspberry Pi Zero 2 W with Hyperion that controls the leds that I attached to the back of my TV. It worked fine for a couple of months, however, it stopped working after a while. Afterward, every time I tried to boot the RPi it worked for a couple of minutes but then the capture device stopped. I read a lot of the threads of other people that face the same issue as me but every proposed solution doesn't work for me. I tried to replace all of the parts of my setup (except the RPi). I also installed the same setup with exactly the same parts on another TV but that has been working without any issues for over 9 months.
The error that occurs is as follows:
2022-10-20T14:24:17.377Z [LEDDEVICE|First LED Hardware instance] (INFO) Switching device ws281x ON
2022-10-20T14:24:17.377Z [LEDDEVICE|First LED Hardware instance] (DEBUG) (LedDevice.cpp:485:powerOn()) Power On: ws281x
2022-10-20T14:24:17.377Z [LEDDEVICE|First LED Hardware instance] (INFO) Device ws281x is ON
2022-10-20T14:24:17.378Z [LEDDEVICE|First LED Hardware instance] (INFO) LedDevice 'ws281x' enabled
2022-10-20T14:24:17.378Z [COMPONENTREG|First LED Hardware instance] (DEBUG) (ComponentRegister.cpp:82:setNewComponentState()) LED device: enabled
2022-10-20T14:24:17.792Z [MUXER|First LED Hardware instance] (DEBUG) (PriorityMuxer.cpp:178:registerInput()) Register new input 'System/V4L' (V4L2) with priority 240 as inactive
2022-10-20T14:24:17.793Z [MUXER|First LED Hardware instance] (DEBUG) (PriorityMuxer.cpp:422:updatePriorities()) Set visible priority to 240
2022-10-20T14:24:17.793Z [HYPERION|First LED Hardware instance] (DEBUG) (Hyperion.cpp:629:handleSourceAvailability()) new source available -> Resume output processing and switch LED-Device on
2022-10-20T14:24:17.796Z [LEDDEVICE|First LED Hardware instance] (DEBUG) (LedDevice.cpp:397:switchOn()) Device ws281x is already on. Skipping.
2022-10-20T14:24:23.764Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1193:handleLoggingCommand()) log streaming deactivated for client ::ffff:192.168.1.62
2022-10-20T14:24:23.764Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1193:handleLoggingCommand()) log streaming deactivated for client ::ffff:192.168.1.62
2022-10-20T14:24:23.804Z [WEBSOCKET] (DEBUG) (JsonAPI.cpp:1184:handleLoggingCommand()) log streaming activated for client ::ffff:192.168.1.62
2022-10-20T14:24:41.693Z [V4L2] (ERROR) Frame too small: 0 != 614400
2022-10-20T14:24:41.694Z [V4L2] (ERROR) Throws error nr: VIDIOC_QBUF error code 19, No such device
2022-10-20T14:24:41.694Z [V4L2] (ERROR) Frame too small: 0 != 614400
2022-10-20T14:24:41.695Z [V4L2] (ERROR) Throws error nr: VIDIOC_QBUF error code 19, No such device
2022-10-20T14:24:41.695Z [V4L2] (ERROR) Frame too small: 0 != 614400
2022-10-20T14:24:41.695Z [V4L2] (ERROR) Throws error nr: VIDIOC_QBUF error code 19, No such device
2022-10-20T14:24:41.696Z [V4L2] (ERROR) Frame too small: 0 != 614400
2022-10-20T14:24:41.696Z [V4L2] (ERROR) Throws error nr: VIDIOC_QBUF error code 19, No such device
2022-10-20T14:24:41.885Z [V4L2] (ERROR) Throws error nr: VIDIOC_DQBUF error code 19, No such device
2022-10-20T14:24:41.889Z [V4L2] (ERROR) VIDIOC_STREAMOFF error code 19, No such device
2022-10-20T14:24:41.893Z [V4L2] (INFO) Stopped
2022-10-20T14:24:42.636Z [MUXER|First LED Hardware instance] (DEBUG) (PriorityMuxer.cpp:293:setInputImage()) Priority 240 is now inactive
2022-10-20T14:24:42.636Z [MUXER|First LED Hardware instance] (DEBUG) (PriorityMuxer.cpp:422:updatePriorities()) Set visible priority to 255
2022-10-20T14:24:42.636Z [HYPERION|First LED Hardware instance] (DEBUG) (Hyperion.cpp:621:handleSourceAvailability()) No source left -> Pause output processing and switch LED-Device off
2022-10-20T14:24:42.638Z [LEDDEVICE|First LED Hardware instance] (INFO) Switching device ws281x OFF
2022-10-20T14:24:42.638Z [LEDDEVICE|First LED Hardware instance] (DEBUG) (LedDevice.cpp:471:powerOff()) Power Off: ws281x
2022-10-20T14:24:42.638Z [LEDDEVICE|First LED Hardware instance] (DEBUG) (LedDevice.cpp:368:writeBlack()) Set LED strip to black to switch of LEDs
2022-10-20T14:24:42.648Z [LEDDEVICE|First LED Hardware instance] (INFO) Device ws281x is OFF
Display More
My setup:
- Raspberry PI Zero 2 W
- WS2812B LED Strip - my setup uses 205 leds in total
- Video capture USB stick
- Power supply 40 Watt - 5V / 8A
I have always been more software oriented so I have little experience with the hardware side of RPis. I really hope someone can help me with fixing this issue.
Thank you in advance.