Changes between Version 23 and Version 24 of Other/Summer/2023/Latency
- Timestamp:
- Aug 8, 2023, 4:40:46 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Latency
v23 v24 42 42 **Week 8 presentation: [https://docs.google.com/presentation/d/1qZLdapSWYrYTItAQqAmdhgF34x_hxIMOjZ_adv8LDIg/edit]** 43 43 == Week 9 44 **Summary 44 45 - Learned about JPEG hex data indicators 45 46 - Wrote Python scripts to isolate frames 46 47 - Calculated Latency 48 **Main Idea 47 49 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. 48 50 … … 56 58 **Week 9 presentation: [https://docs.google.com/presentation/d/1p3A7ZTJOdkUAqZujGuvOyyJHKzd3qgGuxxUHSaZVm9k/edit#slide=id.p]** 57 59 == Week 10 58 -Found ways of 60 -Found ways of 59 61 **Week 10 presentation: [https://docs.google.com/presentation/d/1si5gw012hevYePNOeTQiqYPRlw_s4Ao4pM_46wUkApk/edit#slide=id.p]** 60 62 == Weekly Progress Reports