Skip to content

Instantly share code, notes, and snippets.

@pedro1713
Created January 31, 2015 05:00
Show Gist options
  • Save pedro1713/89d68a80ce4b163129d8 to your computer and use it in GitHub Desktop.
Save pedro1713/89d68a80ce4b163129d8 to your computer and use it in GitHub Desktop.
rk_camera.h modifications
#define RK29_CAM_SENSOR_OV7740 ov7740
#define RK29_CAM_SENSOR_NAME_OV7740 "ov7740"
#define ov7740_FULL_RESOLUTION 0x30000 // 0.3 megapixel
#define ov7740_I2C_ADDR 0x42 //0x21
#define ov7740_PWRDN_ACTIVE 0x01 //should verify
#define ov7740_PWRSEQ sensor_PWRSEQ_DEFAULT //unsure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment