Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

access camera with ssh #385

Open
mymultiverse opened this issue Oct 10, 2018 · 1 comment
Open

access camera with ssh #385

mymultiverse opened this issue Oct 10, 2018 · 1 comment

Comments

@mymultiverse
Copy link

I am trying to take video from Intel aero drone through ssh on another system. When I run:-

sudo gst-launch-1.0 v4l2src device=/dev/video13 ! xvimagesink

I am getting following erros:-

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(1760): gst_xv_image_sink_open (): /GstPipeline:pipeline0/GstXvImageSink:xvimagesink0:
Could not open display (null)
Setting pipeline to NULL ...
Freeing pipeline ...
@zehortigoza
Copy link
Contributor

You need to set display variable first: export DISPLAY=:0
this way the output will go to the micro-HDMI port.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants