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

Razr Maxx HD #2

Open
smontgomerie opened this issue May 25, 2013 · 4 comments
Open

Razr Maxx HD #2

smontgomerie opened this issue May 25, 2013 · 4 comments

Comments

@smontgomerie
Copy link

I'm trying to get this working on a Razr Maxx HD. First, I had to change the webcam input to /dev/video4 (neualassembly's code had something in there to automatically choose the device, I've ported that over in my code).

Now that it's reading the correct device, I get this in rapid succession:
VIDIOC_DQBUF error 19, No such device

So it's creating the buffers correctly, but when it goes to read data it can't find the device. Anyone know how to resolve this issue? Is it possible that it's the same problem as the Galaxy Nexus (not have enough power to start webcam?) Would a OTG powered USB hub resolve this?

@peplin
Copy link
Member

peplin commented May 27, 2013

Power issues sound like the most likely issue. The device is recognized and shows up at /dev/video4, but when you try and actually open it and initialize the video stream the power usage spikes and the device is turned off.

If you want to send a pull request with the re-addition of the device node chooser, I'd be happy to merge that back in. I had to gut it to make sense of the code while I was refactoring.

@hukuba
Copy link

hukuba commented Oct 2, 2013

hi, i am facing same issue.

how to resolve it? thanks.

@smontgomerie
Copy link
Author

I never resolved it. I ended up using the Toshiba 10.1.

@hukuba
Copy link

hukuba commented Oct 2, 2013

have you tried powered otg cable?

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