Changes between Version 60 and Version 61 of Other/Summer/2023/Latency


Ignore:
Timestamp:
Aug 9, 2023, 2:48:01 PM (11 months ago)
Author:
Ayush_Iyer
Comment:

Legend:

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

    v60 v61  
    2727The GPS in the device gives a standard source of time. PTP uses this time to timestamp packets with the time the computer receives them, and to sync all the local clocks on our computer network to the GPS standard time.
    2828
     29== Tools Used
     30     - Wireshark
     31     - TCPDUMP
     32     - xxd (HEXDUMP)
     33     - VLC Media Player
     34     - FFMPEG
     35     - Python3
     36          - OpenCV
     37          - Matplotlib
    2938== Week 1-2
    3039-
     
    4251== Week 5
    4352**Summary
    44      -Created Python script that created artificial videos with adjustable noise
     53     - Created Python script that created artificial videos with adjustable noise
    4554**Week Run-through
    4655
     
    5160
    5261**Summary
    53      -Created artificial videos
    54 
    55      -Planned to create a histogram using Matplotlib.
     62     - Created artificial videos
     63     - Planned to create a histogram using Matplotlib
    5664**Week Run-through
    5765
    5866This week was shortened to a considerable margin to the point where we couldn't make much progress. However, we were able to plan for the following weeks by creating many artificial videos of varying amounts of noise as well as a plan to create histogram to plot the number of occurrences each hex byte appeared in order to visualize how noise affects packets using the Python library Matplotlib. 
    5967
    60 [[Image()]]
    6168
    6269**Week 6 presentation: [https://docs.google.com/presentation/d/1IwPrkkpvbTHO3LuBZ2Umuxp5rz9jwKTqmml3EoJ7wAA/edit]**
     
    7986
    8087Noise Histogram
    81 [[Image(https://cdn.discordapp.com/attachments/750525976105975828/1138841186170314792/Screenshot_2023-08-09_102734.png)]]
     88
     89[[Image(https://cdn.discordapp.com/attachments/750525976105975828/1138845922109948034/Screenshot_2023-08-09_104637.png)]]
    8290
    8391These histograms show the number of occurrences in the 5-sec camera footage for each type of colored pixel value with no noise.
    84      -Red/Green
    85           -The number of occurrences is mostly 0 because most of the camera footage is dark, though there are some high red/green pixel values due to some white light being present when the LED flashes on.
    86      -Blue
    87           -The occurrences of blue pixel values is significantly higher because the LED emits blue light.
     92     - Red/Green
     93          - The number of occurrences is mostly 0 because most of the camera footage is dark, though there are some high red/green pixel values due to some white light being present when the LED flashes on.
     94     - Blue
     95          - The occurrences of blue pixel values is significantly higher because the LED emits blue light.
    8896
    8997The RGB histograms were made without noise, compared to the histogram on the bottom when there was significant amount of noise present. These results show that the amount of noise in our camera can heavily affect our data set.
     
    112120== Week 10
    113121**Summary
    114      -Finalized poster
    115 
    116      -Finalized final presentation
    117  
    118      -Reduced latency
     122     - Finalized poster
     123     - Finalized final presentation
     124     - Reduced latency
    119125**Week Run-through
    120126