Hi There
I’m somewhat new to this and am trying to evaluate an IMX327 bought from Leopard Imaging with the adapter kit.
I’m trying to convert the I420 stream from the sensor to RGB and display with the following
nvidia@tegra-ubuntu:~$ gst-launch-1.0 nvcamerasrc ! ‘video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080, format=(string)I420, framerate=(fraction)60/1’ ! videoconvert ! ‘video/x-raw(memory:NVMM), format=(string)RGB’ ! autovideosink
WARNING: erroneous pipeline: could not link videoconvert0 to autovideosink0
but as you can see I have no joy, works fine if I leave the format as I420 but I can’t convert it to RGB.
Any advice much appreciated.
kind regards
Nigel.