appsink is the application that will launch the gstreamer pipeline and read its frames.
For example, with opencv (if it has gstreamer support), videoCapture(gst) where gst is the pipeline string would launch the pipelne, and if it succeeds then videoCapture.read would get each frame in RGB format.
gstreamer would handle the RGB format, but you need a display sink accepting this and I don’t know any I could advise.
With opencv you would use imshow for display. Check this opencv/python example (simplistic, you may add error checking).
Hi nigel, for advanced sensor control, we would sugget you use Argus instead of nvcamerasrc. you can install tegra_multimedia_api via Jetpack to get the sample codes.