Changes between Version 3 and Version 4 of VisionFramework
- Timestamp:
- Nov 15, 2017, 6:45:49 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VisionFramework
v3 v4 1 1 = Vision Framework = 2 == Objective == 3 Create a reprogrammable module in which a Raspberry Pi 3, protective case, power cable, light ring, and camera are self contained and execute a base program on startup. The base code of the module continuously reads the camera feed (subscribes to camera) and publishes corresponding data via the Pi's serial output (located on the Pi's GPIO connector). This data can then be fairly simply read by the RoboRIO. We hope that this will make implementing a vision subsystem a more simple proposition, allowing more teams to do so. 4 2 5 == Materials == 3 6 * Clear Case 4 7 * Raspberry Pi 3 (with NOOBS installed on Micro SD card) 5 * Ribbon Cable Camera 8 * Ribbon Cable Camera (need 3) 6 9 * Micro USB Cable 7 10 * Light Ring 8 * Ethernet to USB B Cable 11 * 3-pin female to female jumper wire 12 == Raspberry Pi Subscriber-Publisher Architecture == 13 tbd