-
Notifications
You must be signed in to change notification settings - Fork 56
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
Just trying to contact jamesZah #38
Comments
Hi, https://github.com/espressif/esp32-camera/blob/master/driver/sccb.c You can set the registers in the camera ov2640 and control it somewhat .. like how fast the lines are read on the sensor and things, but I still use the driver to fetch the data. There was some discussion about accessing the registers of the ov5640, but the internal documentation on that is even worse than available material on the ov2640. What are you trying to access? |
Hello, Thanks for taking the time to answer. What I want to do is use either an OV2640 OR an OV5640 (in bin2*2 mode) to get RAW bayer data and send them through wifi. It should, in theory, be simple. But lack of documentation on the chip and source code makes it impossible... I seem to be able to get RAW data from the 5640, BUT the format is not what I am expecting, and I have not be able to decode it yet. AND the esp system crashes when I try to get higher res that 320*240... Getting RAW from the 2640 is impossible as there is no documentation... Cyrille |
Hmmm ... beyond my experience. The "raw" is like an rgb888 with unprocessed colors??? |
Hello, Yes, I have the pdf, but it is only partial. It misses a lot of register definition. And I was 100% unable to get the full version, even asking through my company which does business with OmniVision! Apparently, they stopped prducing the 2640 5+ years ago... So it makes you wonder where the stock that we buy on aliExpress comes from! I do not understand OmniVison maladive secrecy around their chips documentation... Anyhow, back to the question. RAW is actually 1/3 of the size of RGB888. So a RAW frame would be just shy of 2MB. And would then need to be sent through wifi. I am trying to use a OV5640 right now as it looks like there is more doc on the chip... But the support in the espLib is still limited :-( |
Hello,
Sorry for going this route, but I am trying to contact you and github does not have any email system anymore :-(
I saw that you were working on trying to get RAW data from various OV chips on an ESP32. I am trying to do the same thing with no success and I was wondering if you ever succeeded?
Thanks,
Cyrille.de.brebisson@gmail.com
The text was updated successfully, but these errors were encountered: