doorbell icon indicating copy to clipboard operation
doorbell copied to clipboard

Camera Module issues

Open tobydigz opened this issue 8 years ago • 9 comments

I'm using a Raspberry pi camera Rev 1.3. The capture callback is never called. After further testing, if i set a repeating capture request the callback onCaptureFailed is finally called. Could this be a problem with my camera or something else?

tobydigz avatar Apr 07 '17 15:04 tobydigz

I have the same problem. Did u fix it?

Saurabh1065 avatar Oct 13 '17 01:10 Saurabh1065

same issue here

hackdie avatar Oct 18 '17 14:10 hackdie

There may be hardware issues with certain cameras, but I'll leave the issue open.

Is everyone using DP5.1?

Fleker avatar Oct 18 '17 18:10 Fleker

I had to switch cameras. Not sure though if the camera was faulty or was just incompatible. (It also didn't work when I tried using it with Raspbian installed)

tobydigz avatar Oct 23 '17 07:10 tobydigz

Did anyone get any solution for the issue?

Saurabh1065 avatar Nov 05 '17 18:11 Saurabh1065

Having the same issue. https://github.com/androidthings/sample-tensorflow-imageclassifier/issues/8

Tried in Raspbian, the camera worked. Still doesn't work in Android Things.

yihanseattle avatar Nov 05 '17 22:11 yihanseattle

@yihanseattle Did you find any solution for this ?

aditya2592 avatar Jan 24 '18 18:01 aditya2592

Same answer just copy the answer here. Hope will give some help.

After some study, just found this is also causing by the security setting. Can be solved by the following step: #1. Install the app #2. Reboot, #3. Start the app again

It was said Android 3.0 already know it is AndroidThings, and will grand the permission automatically, But my IDE is Android 3.01, still need to reboot.

forqzy avatar Feb 10 '18 22:02 forqzy

Just some update for this topic, there is another problem causing the camera not working is the USB power, I connect this to a USB2.0 port, then it not able to init the camera, even I reboot after install the app.

Then I connect to USB3.0 port, then it works fine, this should causing by the init power for camera need additional 200-300mA, that maybe not supported by my USB2.0 port.

forqzy avatar Feb 14 '18 20:02 forqzy