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

pngStream() low resolution #128

Open
ghost opened this issue Oct 24, 2015 · 3 comments
Open

pngStream() low resolution #128

ghost opened this issue Oct 24, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 24, 2015

Hi,
i'm using pngStream() in a project to analyse textures but i noticed it outputs to 640x360 instead of the normal 1024x720 when taking stills with the ar drone app. Is this normal and is there a solution?

Thanks

@darsnack
Copy link

I have noticed a similar situation. I did some testing, and I found out the 640x360 is because the drone is using the bottom camera instead of the front facing camera. I tried setting the front facing camera in the config using client.config('video:video_channel', 0), but I can verify that it is still using the bottom camera.

@CianDuffy
Copy link

I'm also using the front facing camera and the resolution is still 640x360.

@Kiwicasper
Copy link

You can set the image quality by passing an option when creating the client. Like:
var option = new Object();
option.imageSize = "1280x720";
var client = arDrone.createClient(options);

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