I have a Grove Serial JPEG camera which appears to be based on the OV528.
I have found several datasheets which all have slightly different information.
This module has a microcontroller on it so maybe there are different firmware versions.
For example the omnivision datasheet show commands begining with 0xFF,0xFF,0xFF but other datasheets (Lianchao Future Technology) show commands begin with 0xAA.
My board works with the 0xAA header byte.
I am getting data from the camera but I'd like to get a bitmap image rather than a jpeg. The omnivision datasheet says this is possible as the INIT command has a parameter that selects Grey scale, 8 bit, 12 bit or jpeg. The LFT datasheet has this byte labelled as Picture Type but no explanation....
Has anyone else tried using this camera and had any sucess getting a bitmap out of it?