iizukanao / picam

Audio/video recorder for Raspberry Pi with language agnostic API
GNU Lesser General Public License v2.1
488 stars 78 forks source link

V4L2 H264 Encoder error #208

Open Sdb-sign opened 9 months ago

Sdb-sign commented 9 months ago

Hi,

I am trying to use Picam on an Rpi 5 with v3 camera module. The libcamera-hello works fine, but I get the following error when trying to run picam:

:~/picam $ sudo ./picam --alsadev hw:0,0 created directory: ./rec/tmp [0:10:05.129193900] [2258] INFO Camera camera_manager.cpp:284 libcamera v0.1.0+99-4a23664b [0:10:05.145681168] [2263] INFO RPI pisp.cpp:652 libpisp version v1.0.0 ce5624ed8726 23-10-2023 (07:46:39) [0:10:05.167222421] [2263] INFO RPI pisp.cpp:1106 Registered camera /base/axi/pcie@120000/rp1/i2c@80000/imx708@1a to CFE device /dev/media1 and ISP device /dev/media2 using PiSP variant BCM2712_C0 [0:10:05.167751129] [2258] WARN V4L2 v4l2_pixelformat.cpp:336 Unsupported V4L2 pixel format RPBP [0:10:05.168185889] [2258] INFO Camera camera.cpp:1181 configuring streams: (0) 1920x1080-YUV420 [0:10:05.168527016] [2263] INFO RPI pisp.cpp:1390 Sensor: /base/axi/pcie@120000/rp1/i2c@80000/imx708@1a - Selected sensor format: 2304x1296-SBGGR10_1X10 - Selected CFE format: 2304x1296-PC1B ERROR: failed to open V4L2 H264 encoder

iizukanao commented 9 months ago

Raspberry Pi 5 is not yet available in my country, so I don't think I can fix it right away.

Humpfldump commented 1 month ago

Is there any update on the RPi5 support?