diff --git a/README.md b/README.md index cd3b94a..5fd89c6 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ I got border tracing working by tracking pixel locations with multiple detectabl To prevent pixels from being re-rendered, I stored information in the green channel of the image. My images never used green anyway, and I wouldn’t have to eat any more memory (I only had ~500 bytes left). Using the green channel also gave me a conveniently visual way to debug. ## I can't embed video files so watch this its cool -![video](writeup/bordertracing.mp4) +![video](https://git.bpcspace.com/indigo/stm32_business_card/raw/branch/main/writeup/bordertracing.mp4) ## Benchmarking Border Tracing Performance I wrote a GDB script to benchmark performance with and without border tracing. Results improved up to 75%. I was planning on including a table and images here, but I'm running out of time writing this article. I will likely add it later!