Skip to content

Releases: bbrown1867/dashcam-rs

Release list

v0.4.0

v0.4.0 Pre-release
Pre-release

Choose a tag to compare

@bbrown1867 bbrown1867 released this 24 Nov 22:30

Fully functional prototype targeting the STM32F746G Discovery Board. Buffers and displays live video, writes buffered frames to non-volatile memory on the first push button press, reads saved video from non-volatile memory on the second button press and replays it in a loop.

v0.3.0

v0.3.0 Pre-release
Pre-release

Choose a tag to compare

@bbrown1867 bbrown1867 released this 22 Oct 18:22

Capture live video to the display. Playback frames stored in SDRAM in a loop on push button. Uses the STM32F746G Discovery Board and RTIC.