Tasks for non-mandatory assignment 2:
- Download the Motion JPEG encoder from Bitbucket.
- The MJPEG code is an unoptimized single-threaded encoder.
- Try to apply some of the GPU optimizations presented on the GPU lecture. Use profiling and benchmarks to see how this improves the execution time of your program. Test the unmodified MJPEG code on one of the Jetson AGX Xavier development kits. Use CUDA to optimize the DCT-part of the code.