TX2 onboard camera in Chromium

hello nickppv2000,

there’s an example pipeline for your reference,
you may also check below for a simplify pipeline to feed CSI bayer video stream with v4l2sink, and access it via v4l2src
for example,

  • Server
    $ gst-launch-1.0 -v nvarguscamerasrc ! 'video/x-raw(memory:NVMM), format=NV12, width=1920, height=1080, framerate=30/1' ! nvvidconv ! video/x-raw,format=NV12 ! identity drop-allocation=1 ! v4l2sink device=/dev/video1
  • Client
    $ gst-launch-1.0 v4l2src device=/dev/video1 ! videoconvert ! xvimagesink