Changes between Version 24 and Version 25 of Other/Summer/2023/Latency
- Timestamp:
- Aug 8, 2023, 4:41:20 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Latency
v24 v25 47 47 - Calculated Latency 48 48 **Main Idea 49 49 50 During this week, we decided to take a step back to understand what the values in the JPEG hex values meant. Once analyzing the hex files from the video, it was quickly discovered there were certain indicators present, being FFD8 and FFD9. FFD8 represented the start of frame while FFD9 represented the end of the frame, while everything inside containing the frame contents. Knowing this, we were then able to isolate specific frames via these indicators via Python. 50 51