camera clikc registers

General discussion on mikroC PRO for FT90x.
Post Reply
Author
Message
hassan94
Posts: 1
Joined: 29 Sep 2015 22:21

camera clikc registers

#1 Post by hassan94 » 29 Sep 2015 22:37

i would appreciate if someone could share with us the registers settings is the ov7670 camera click

User avatar
Aleksandar.Mitrovic
mikroElektronika team
Posts: 1697
Joined: 11 Mar 2015 12:48

Re: camera clikc registers

#2 Post by Aleksandar.Mitrovic » 30 Sep 2015 09:22

Hi Hassan,

In our example for Camera click you can see some basic Camera module settings in the file "Camera Driver Declarations":

Code: Select all

#define QCIF_WIDTH  176
#define QCIF_HEIGHT 144
#define CIF_WIDTH   352
#define CIF_HEIGHT  288
#define QVGA_WIDTH  320
#define QVGA_HEIGHT 240
#define VGA_WIDTH   640
#define VGA_HEIGHT  480
#define FRM_WIDTH   QCIF_WIDTH
#define FRM_HEIGHT  QCIF_HEIGHT
Also,there are more settings (including default one) in this datasheet:
http://www.voti.nl/docs/OV7670.pdf

Best regards,
Aleksandar

Post Reply

Return to “mikroC PRO for FT90x General”