I'm just now unpackagin my Raspberry Pi 4 and decided to pick up a Camera Module 3. My simple goal here is to live stream a video. The problem is that, while I can stream videos, the video need to be rotated 90 degrees.
According to https://www.raspberrypi.com/documentati ... picam-apps, which I assume assumes you're using the latest Raspberry Pi OS, the argument --rotation 90 can be passed to `rpicam-vid`. However, trying this results in the following error:
I'm seeing many posts stating that this isn't supported, but the argument is shown in the help menu and article. Can someone help clarify what exactly is going on? Is this outdated?
According to https://www.raspberrypi.com/documentati ... picam-apps, which I assume assumes you're using the latest Raspberry Pi OS, the argument --rotation 90 can be passed to `rpicam-vid`. However, trying this results in the following error:
Code:
root@raspberrypi:~/Desktop $ rpicam-vid -t 0 --inline --listen -o tcp://0.0.0.0:8000 --rotation 90[0:52:39.987301485] [2953] INFO Camera camera_manager.cpp:325 libcamera v0.3.2+27-7330f29b[0:52:40.028689143] [2956] WARN RPiSdn sdn.cpp:40 Using legacy SDN tuning - please consider moving SDN inside rpi.denoise[0:52:40.030787675] [2956] INFO RPI vc4.cpp:447 Registered camera /base/soc/i2c0mux/i2c@1/imx708@1a to Unicam device /dev/media4 and ISP device /dev/media0[0:52:40.030899081] [2956] INFO RPI pipeline_base.cpp:1126 Using configuration file '/usr/share/libcamera/pipeline/rpi/vc4/rpi_apps.yaml'ERROR: *** transforms requiring transpose not supported ***
Statistics: Posted by altjx — Wed Nov 13, 2024 1:26 am — Replies 2 — Views 88