espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

OV7725: E (3410) camera: Detectet camera not Supported. #151

Closed dblatt87 closed 2 years ago

dblatt87 commented 3 years ago

Hello

I try to get an OV7725 running on an ESP32-CAM from ai thinker. To check the cameras I just load the "camera_web_server" example. OV2640 and OV5640 are working well, OV7725 not. I read here #60 it should work with all my cameras and the Board.

OV7725 is selectet in camera settings, also OV2640 and OV5640. These are the errors:

E (3410) camera: Detectet camera not Supported. E (3410) camera: Camera probe failed with error 0x20001 E (3410) app_camera: Camera init failed with error 0x20001

I also tried it with software I2C and selecting only OV7725, no luck.

Does someone know from similar errors? Are there cameras with different pin assignments?

Thanks in advance

Edit: Just recognized that OV7725 needs more supply voltage then eg. OV2640 (3-3.3V AVDD and 1.8V DVDD). I made a new Power supply and messured the right voltage on the camera pin header. Still the same... and taking 400mA over DVDD is ways to much. I'm at the end of my knowlage, any help would be greatly appreciated.

henkiejan1 commented 3 years ago

Hi,

May i aks you how you got the OV5640 working? Just only plugged in and select OV5640? The camera module is detected but does not got any image. The camera is detected and can select a lot more properties and resolutions but i got the message that the there is something not arrived on time..

I try to get an OV7725 running on an ESP32-CAM from ai thinker. To check the cameras I just load the "camera_web_server" example. OV2640 and OV5640 are working well, OV7725 not.

Could you give me the steps please?

Thank you in advanced!

henkiejan1 commented 3 years ago

I try to get an OV7725 running on an ESP32-CAM from ai thinker. To check the cameras I just load the "camera_web_server" example. OV2640 and OV5640 are working well, OV7725 not.

Could you please help me to got the OV5640 get working? Thank you very much!

yehangyang commented 2 years ago

Hi @dblatt87 @henkiejan1,

Are your problems solved?

dblatt87 commented 2 years ago

@yehangyang, thanks for asking. Yes it worked with and a right ov7725 (seems I got one with an other pin asignment...)

@henkiejan1, It was a while ago... I just uploaded an esp-who example, I think back then I was still working with Arduino