Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get magnetometer data #9

Open
Jackovic opened this issue Jan 12, 2016 · 6 comments
Open

Get magnetometer data #9

Jackovic opened this issue Jan 12, 2016 · 6 comments

Comments

@Jackovic
Copy link

Hello,
I am wondering if it is possible to get navdata concerning the magnetometer with libardrone.py ?
I am using an Ardrone2 with firmware version 2.4.8.

@morningsky
Copy link

@Jackovic can you work this code with ardrone2? I cann't connect the ardrone

@Jackovic
Copy link
Author

Hey Morningsky,

What you mean by "can you work this code with ardrone2" ?

@morningsky
Copy link

@Jackovic I want to get the video from my ArDrone2 by this code, but it can't work, and you?

@Jackovic
Copy link
Author

Hmm, It's been a while since I have not worked with Ardrone2.
I never use this code to get the stream.
Use ffplay (or ffmpeg, i used to work with Linux but ffmpeg is multiplatform) to get the stream.
Something like that could do it :
$ ffplay http://192.168.1.1:5555
or
$ ffplay tcp://192.168.1.1:5555
Or, to convert the stream, something starting with :
$ ffmpeg -v 0 -i tcp://192.168.1.1:5555?timeout=2000000 -f ...

@morningsky
Copy link

@Jackovic Thanks!

@Genle
Copy link

Genle commented Nov 11, 2017

So at the end nobody said if it s possible to read the magnetometer data with the library...

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

No branches or pull requests

3 participants