Skip to content

Mjpeg carrier... how to use? #32

Answered by drdanz
lukeboorman asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @lukeboorman, the mjpeg_carrier must be compiled in order to work, please check that the ENABLE_yarpcar_mjpeg_carrier flag is enabled when building yarp on both sides.

The easiest way to use the mjpeg carrier is this on the same pc/network:

(shell 0) yarp server
(shell 1) yarpdev --device test_grabber --name /grabber
(shell 2) yarpview --name /view
(shell 3) yarp connect /grabber /view mjpeg

Another way to use it, is to connect a stream generated by yarp to an external application

(pc1) yarpdev --device test_grabber --name /grabber # yarpserver must be running
   # get the ip address and port from the output (here I'm assuming 192.168.99.1:10002)
(pc2) open browser at http://192.16…

Replies: 9 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #32 on December 08, 2020 16:06.