I can get a video stream coming from AR parrot 2.0 drone by running "ffplay tcp://192.168.1.1:5555" But I'm trying to get this video stream into OpenFrameworks.
- is there a way to figure out how to pipe this video into OF?
- Can I make this ffplay call directly in OF so the video is in the OF app by default?
there is no ffmpeg module for OpenFrameworks that I know of. Thanks