[libcamera-devel] Regarding libcamera guidance

Kieran Bingham kieran.bingham at ideasonboard.com
Mon Jun 12 18:45:11 CEST 2023


Hi Aditya,


Quoting Aditya Kulkarni (2023-06-08 17:45:36)
> Hello Kieran,
> 
> We are working on RDK-C to validate the webRTC video streaming use case, in
> that we would like to use the H264 video format using the R-Pi Hardware
> encoder. Requesting to guide us on how to enable the same through libcamera.
> Note: We are using Pipewire framework to interact with applications and
> libcamera.

It may be worth asking on the pipewire channels and mailing list how
they expect to connect to video encoders. Unfortuantely I haven't
followed the 'standard' way to handle encoding in linux. I believe there
are API's such as the VA-API, VDPAU, or frameworks like gstreamer that
can be used.

Raspberry Pi provide the encoders as V4L2 M2M devices. These work with
the gstreamer v4l2h264enc element I believe, or it could be used
directly with the V4L2 APIs.

--
Regards

Kieran


> 
> Thanks & Regards,
> Aditya


More information about the libcamera-devel mailing list