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

How to capture directly to USB: video_on_usb not working? #65

Closed
nischelwitzer opened this issue Sep 10, 2013 · 3 comments
Closed

How to capture directly to USB: video_on_usb not working? #65

nischelwitzer opened this issue Sep 10, 2013 · 3 comments

Comments

@nischelwitzer
Copy link

Hi,

I would like to use node-ar-drone and capture at the same
time the video directly on a USB-Pen on the AR Drone 2.0.
It works fine if i control the Drone with the iOS/Android App.

In the SDK2.0 PDF (page 87) i found the config: video:video_on_usb
and tried: client.config('video:video_on_usb', true);
but still no video will be captured when i use node/node-ar-drone.

What could be the problem?

Thanks,
Alex

@eschnou
Copy link
Collaborator

eschnou commented Sep 11, 2013

This setting only configures where the video will be stored, it does not start the actual recording. In order to start the recording, you have to switch the video codec (see video_codec on page 84).

However, this setting is only available in Multiconfig mode and this library currently only support config management in the Default space (see #33).

Adding support for Multiconfig requires a complete refactoring of the whole config layer, which is not an easy task. I have started working on this a while ago but did not progress much.

@andrew
Copy link
Contributor

andrew commented Jun 9, 2014

Closing this as it's not had any activity in over 6 months, please re-open if it's still affecting you.

@andrew andrew closed this as completed Jun 9, 2014
@cschell
Copy link

cschell commented Jun 21, 2015

Has this issue been resolved in the meantime? Or is there another way to simply dump all recordings on an usb-pen while using this 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

4 participants