SmartWheels self-driving race car. Designed for NXP Cup. Uses FRDM-KL25Z, area-scan camera, and simple image processing to detect and navigate any NXP spec track.
Dependencies: TSI USBDevice mbed-dev
Fork of SmartWheels by
Diff: Hardwares/ArduCAM.h
- Revision:
- 58:996effac29b9
- Parent:
- 57:0d8a155d511d
- Child:
- 67:1b5c8add3d01
diff -r 0d8a155d511d -r 996effac29b9 Hardwares/ArduCAM.h --- a/Hardwares/ArduCAM.h Sat Apr 08 15:58:52 2017 +0000 +++ b/Hardwares/ArduCAM.h Sat Apr 08 17:44:39 2017 +0000 @@ -6,10 +6,10 @@ #include <rtos.h> #include "PinAssignment.h" -#define RESOLUTION_WIDTH 160 -#define RESOLUTION_HEIGHT 120 +#define RESOLUTION_WIDTH 80 +#define RESOLUTION_HEIGHT 60 //#define MANUAL_REDUCE_RESULOTION_BY2 -#define CAM_ROI_UPPER_LIMIT 8 +#define CAM_ROI_UPPER_LIMIT 12 //=====Must pick one and only one here!=====