On Rock 3C, RPi Camera v1.3 is working just fine on Debian with desktop environment, but on Debian CLI (headless) running the same command for gstreamer, the picture is very dark and greeny. What’s interesting is that i tested the same command with a USB web cam, and there’s no such problem. Can someone help please?
This is the command:
“sudo gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,format=NV12,width=1280,height=720 ! videoconvert ! mpph265enc ! rtph265pay ! udpsink host=192.168.1.1 port=5000”
I also recorded some videos locally, took some pictures, stored them on a usb stick, and when i checked them on PC, all of them had the same problem. I also tried to use other formats (UYVY, etc.) but nothing changed.
MIPI Camera on headless Linux doesn't work properly (Rock 3C)
Hi, rock 3c’s cli version misses some packages and file such as 3a effect configuration file compared to the Desktop. and we recommand you to use the desktop version which we do a full test.
So how come a USB camera would work just fine on CLI? Are those packages related only to cameras wirth MIPI CSI interface and USB cameras use different packages?
I just wanted to use headless Debian to minimize power consumption.