Changes between Version 90 and Version 91 of Other/Summer/2023/Latency


Ignore:
Timestamp:
Aug 5, 2025, 11:50:51 PM (7 days ago)
Author:
AYUSH_IYER
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2023/Latency

    v90 v91  
    113113During 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 a Python script.
    114114
    115 [[Image(https://www.dropbox.com/scl/fi/qzkasgiccwcepr8lbcl1t/HexFrameValues.png?rlkey=px8ewjontnvg8ndavguhkgumn&st=6zwvh9pa&raw=1)]]
     115[[Image(https://www.dropbox.com/scl/fi/kefqeq3522r4zuzj5e4dl/Hexdata.png?rlkey=wlh6w9uy71a23vfcyesdrwkzi&st=4jgzkpcx&raw=1)]]
    116116
    117117After this step, we were finally able to calculate latency. By comparing the frame data to the packet data, we could find what exact packet correlates to the frame. By using the timestamp of the packet, we can then be able to find the latency.