WiredLife

Results 15 comments of WiredLife

Which lights (rgbcw) are you using now? Is there anything cheap zwave/zigbee in the pricerange of tuya?

try this patch https://github.com/Eugnis/spectre-attack/issues/6#issuecomment-355848792

On my Core2Quad's i dont get letters from the stored string.

Has anyone a solution? Have the same problem with newest kernel @ raspbian. Can capture up to 1640x922, but fails for 1640x1232, kernel downgrade also dont help.

v4l2grab_h264 : grab raspberry pi screen, compress in H264 format using OMX and write to a V4L2 output device v4l2display_h264 : read H264 from V4L2 capture device, uncompress and display...

@mpromonet i'm broadcasting the video from raspberry cam (video0) to rtsp and want the direct video on my 3,5" spi tft which reads framebuffer so i did that modprobe v4l2loopback...

@mpromonet @aweussom i'm using fbcp-ili9341 driver which copy fb0 to fb1 i can see video with cvlc -vvv rtsp://127.0.0.1:8555/unicast --network-caching=0 --fbdev=/dev/fb0 but this sucks because of delay and sometimes pixelating...

i've found a solution by @mpromonet after some google v4l2-ctl -c repeat_sequence_header=1 and then i can do v4l2display_h264 -vv -W 480 -H 320 -F 15 /dev/video1 this gives me 30%...

Great its working with nearly no delay! v4l2rtspserver -O /dev/video1 -Q 1 -H 1232 -W 1640 -F 15 -P 8555 /dev/video0 cvlc -vvv v4l2:///dev/video1 --live-caching=150 --file-caching=5 --sout-mux-caching=5 --noaudio --fbdev=/dev/fb0 150ms...

vlc is yet the only solution that works v4l2display_h264 has still disturbed image mplayer and ffmpeg dont show any image on framebuffer here