-
```
I got the TestH264DataDecoder class to get images from the 2.0, here is a
modified version in case it helps anyone. It isn't perfect, I think there is
something strange about theH264 decoder th…
-
I am currently using a Dell XPS 15, i7 2630m, GT540m and it seems to be impossible for the app to start up. I'm not sure if it is not liking my hardware or I'm missing something but the app launches t…
-
Hi.
The API crashes when you try to init the DroneControl class
It crashes at the Initialize of the NetworkConnector class when it tries to consctuct the WlanClient class
This line crashes
```
…
-
https://www.youtube.com/channel/UC6eQZ-gf0oUDW5AeYj1f1pg
http://www.skydrone.aero/index.php
galch updated
8 years ago
-
Hi,
I am working on ARDrone with CVDrone.
My problem is : without keyboard control, when i run the program, Ardrone automatically take off and then it sleep about 3 seconds : sleep(3000)
and then ke…
-
```
I got the TestH264DataDecoder class to get images from the 2.0, here is a
modified version in case it helps anyone. It isn't perfect, I think there is
something strange about theH264 decoder th…
-
```
I got the TestH264DataDecoder class to get images from the 2.0, here is a
modified version in case it helps anyone. It isn't perfect, I think there is
something strange about theH264 decoder th…
-
I have currently a _workflow_ with an **build** step and a **deploy** step, that works as expected:
```yml
when:
- event: push
branch: main
steps:
build:
image: node:slim
c…
-
This test is skipped in travis due to a ffmpeg dependency but still fails locally. No clue if the issue is in the underlying code, or in the test. It seems the issue comes from the number of frames ex…
-
Hello,
I just started working with your setup for the AR drone yesterday, downloading the newest version. The controls all work, and the video feed from the front camera shows up in the wind…