Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of BX-car by
Diff: camera_api.h
- Revision:
- 3:c5f2281b3ed2
- Parent:
- 2:c51647d3c14d
- Child:
- 6:5a39bde2e016
--- a/camera_api.h Wed Jun 04 12:56:52 2014 +0000 +++ b/camera_api.h Wed Jun 04 14:41:28 2014 +0000 @@ -11,13 +11,14 @@ //static void read(void); //block in here - unsigned int line_imageR[128]; - unsigned int line_imageL[128]; + BX_camera(); - + + int black_centerR(void); //index 0~127 + int black_centerL(void); char sign_line_imageL[128]; @@ -31,6 +32,10 @@ FastAnalogIn* line_CamL; DigitalOut* cam_clk; DigitalOut* si; + + unsigned int line_imageR[128]; //may buffer + unsigned int line_imageL[128]; + int w_f_vL; int b_f_vL;