Hello, Thankyou for your reply.
I started vnc server to run remotely
vncserver :2
Next, using your gstreamer command syntax.
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! ‘video/x-raw(memory:NVMM), width=3280, height=2464, framerate=21/1, format=NV12’ ! nvvidconv flip-method=2 ! ‘video/x-raw, width=800, height=600’ ! videoconvert ! queue ! xvimagesink
Setting pipeline to PAUSED …
ERROR: Pipeline doesn’t want to pause.
ERROR: from element /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0: Could not initialise Xv output
Additional debug info:
xvimagesink.c(1773): gst_xv_image_sink_open (): /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0:
XVideo extension is not available
Setting pipeline to NULL …
Freeing pipeline …
Does this mean there needs to be XVideo extention running on remote machine?
I should add that remote machine is Windows with X11, and that I do have a path that uses Xming
Thanks again for the help.