Changes between Version 60 and Version 61 of Other/Summer/2023/Latency
- Timestamp:
- Aug 9, 2023, 2:48:01 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Latency
v60 v61 27 27 The 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. 28 28 29 == Tools Used 30 - Wireshark 31 - TCPDUMP 32 - xxd (HEXDUMP) 33 - VLC Media Player 34 - FFMPEG 35 - Python3 36 - OpenCV 37 - Matplotlib 29 38 == Week 1-2 30 39 - … … 42 51 == Week 5 43 52 **Summary 44 - Created Python script that created artificial videos with adjustable noise53 - Created Python script that created artificial videos with adjustable noise 45 54 **Week Run-through 46 55 … … 51 60 52 61 **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 56 64 **Week Run-through 57 65 58 66 This 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. 59 67 60 [[Image()]]61 68 62 69 **Week 6 presentation: [https://docs.google.com/presentation/d/1IwPrkkpvbTHO3LuBZ2Umuxp5rz9jwKTqmml3EoJ7wAA/edit]** … … 79 86 80 87 Noise 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)]] 82 90 83 91 These histograms show the number of occurrences in the 5-sec camera footage for each type of colored pixel value with no noise. 84 - Red/Green85 - 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 - Blue87 - 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. 88 96 89 97 The 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. … … 112 120 == Week 10 113 121 **Summary 114 -Finalized poster 115 116 -Finalized final presentation 117 118 -Reduced latency 122 - Finalized poster 123 - Finalized final presentation 124 - Reduced latency 119 125 **Week Run-through 120 126