InterviewSolution
Saved Bookmarks
| 1. |
How many pins are present in the OV7670 Camera Module?(a) 18(b) 10(c) 8(d) 50The question was posed to me in homework.The query is from OV7076 Camera Module in portion Interfacing of Sensors, Actuators, and Other Modules of Arduino |
|
Answer» RIGHT choice is (a) 18 To EXPLAIN I would say: The OV7670 CAMERA Module has 18 pins which includes the Vdd for Power supply, GND for grounding, SDIOC for SCCB clock, SDIOD for SCCB data, VSYNC for Vertical Sync, HREF for Horizontal Sync, PCLK for Pixel Clock, XCLK for System Clock, D0 to D7 pins are for Video output, RESET for resetting the module, and PDWN for POWERING down the module. |
|