System version: jetpack 5.1.2
I now use the MIPI camera for image acquisition, the image display is not delicate enough, a little blurry, I want to adjust through ISP, see if the effect will be better, I use the following command to test is normal:
gst-launch-1.0 nvv4l2camerasrc device=/dev/video1 ! 'video/x-raw(memory:NVMM), width=(int)1920, height=(int)1080,interlace-mode=progressive, framerate=(fraction)30/1, format=(string)UYVY' ! nvvidconv ! 'video/x-raw, format=(string)NV12' ! nv3dsink -e
But I want to test the ISP through the nvarguscamerasrc plugin is not normal, the video does not open, is it because the driver or device tree also needs to be configured? Or am I using the nvarguscamerasrc plugin incorrectly?
gst-launch-1.0 nvarguscamerasrc sensor-id=1 ! 'video/x-raw(memory:NVMM), \
width=(int)1920, height=(int)1080, format=(string)NV12, \
framerate=(fraction)30/1' ! nv3dsink -e