AR1820HS on Jetpack 4.3.1 with Gstreamer

Hi I tried probing at the AR1820HS we just got with gstreamer’s v4l2src and it didn’t like I could acquire anything of use. The BA10 raw caps seemed to be non-functioning.

I’ve tried your demo script and while it works it runs on OpenCV2 which will not work for our camera pipeline (trying to optimize resources) as we are trying to encode a h264 video stream to be viewed on a browser.

Could you please advise?

Seth

Hello,

Yes, for the raw10 image, which is pack image, you should unpack firstly. For the h264 video streaming, you can refer to our video demo here https://github.com/ArduCAM/MIPI_Camera/blob/master/RPI/video.c

We also have a video2stdout.c demo here https://github.com/ArduCAM/MIPI_Camera/blob/master/RPI/video2stdout.c