Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 753 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 753 Bytes

Bee Camera

As a reference for VC0706 MJPEG video with SD storage

Specifically made for a TM4C129X dev board and TM4C129 product line, but with slight changes to the init methods we can easily set this up for other devices.

Performance:

  • It takes 20 seconds to transfer a 640x480 image from UART to MCU and then from MCU to SD card (a crude measure).
  • DMA is not used and it is in the TODO list.
  • Therefore there should be lot of room for performance improvement.

References:

Made for Bike HUD senior design project