Search found 5 matches

by Zemtriz
2025-02-06 22:11
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to stream a video using the gst-launch-1.0?
Replies: 5
Views: 1455

Re: How to stream a video using the gst-launch-1.0?

Thank you for your help. I'm able to run udp stream to another computer via: ST_DEBUG=2 gst-launch-1.0 v4l2src device=/dev/video11 ! video/x-raw,width=640,height=360,framerate=30/1 ! videoscale ! videoconvert ! x264enc tune=zerolatency bitrate=5000 ! h264parse ! rtph264pay ! udpsink host=192.168.1.3...
by Zemtriz
2025-02-05 11:19
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to stream a video using the gst-launch-1.0?
Replies: 5
Views: 1455

Re: How to stream a video using the gst-launch-1.0?

Thank you for the reply. I already have v4l2src. The interesting thing is that I was unable to get it working. Even despite that I have recompiled the image etc. it was still missing. After all I have deleted whole luckfox-pico SDK folder and downloaded everything again and it was there. Now I am fa...
by Zemtriz
2025-02-03 16:19
Forum: Luckfox Pico-RV1103/RV1106
Topic: How to stream a video using the gst-launch-1.0?
Replies: 5
Views: 1455

How to stream a video using the gst-launch-1.0?

I want to stream CSI camera over the network using gstreamer but I end up with an error: ERROR: pipeline could not be constructed: no element "v4l2src". I have recompiled the buildrootconfig with Target Packages > gstreamer 1.x enabled and gst1-plugins-good > v4l enabled If anyone can help...
by Zemtriz
2025-01-04 10:18
Forum: Luckfox Pico-RV1103/RV1106
Topic: Luckfox pico mini - error in cross-compilation (missing autoconf in kernel)
Replies: 2
Views: 721

Luckfox pico mini - error in cross-compilation (missing autoconf in kernel)

Hello everyone, I'm trying to cross-compile realtek driver for wifi to buildroot. RTL8812AU driver (https://github.com/svpcom/rtl8812au) Compiling on Ubuntu 24.04.1 LTS Command to cross-compile: make ARCH=arm KSRC=/home/marek/Downloads/luckfox-pico/sysdrv/source/kernel CROSS_COMPILE=/home/marek/Down...