Changes between Version 52 and Version 53 of Other/Summer/2023/Latency


Ignore:
Timestamp:
Aug 8, 2023, 6:47:40 PM (11 months ago)
Author:
Ayush_Iyer
Comment:

Legend:

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

    v52 v53  
    5858
    5959== Weeks 7-8
    60 During these two weeks, we decided to create a histogram to visualize how noise affects packets. Using the Python library Matplotlib, we created...
    61 
    62 
     60**Summary
    6361     - Visualizing Data Through Histograms (Matplotlib).
    6462     - Uploaded individual frames of the artificial video to the node. 
    6563     - Made little to no noise.
    6664     - Changed LED setup to take up more of the camera’s view.
    67      - Using FFMPEG to get video into one MJPEG or many JPEG files.
     65     - Used FFMPEG to get video into one MJPEG or many JPEG files.
    6866
     67**Main Idea
     68
     69Following up on our plan from week 6, we worked on plotting histograms of the hex byte data. This had a rough start as when uploading the artificial videos to the node, the node ended up corrupting the video, making it impossible to use. As a result, we uploaded frames from the video to the node in order to compute it. After this, several histogram scripts were developed, each functioning in a different way. Ultimately, we decided upon creating three separate graphs for each color (RGB) of how often certain values occurred. After testing these with the JPEG images, we then used it on the camera where we changed LED setup to take up more of the camera’s view as well as used FFMPEG to get video into one MJPEG or many JPEG files. The resulting histograms were the following:
     70[[Image()]]
     71[[Image()]]
     72[[Image()]]
     73
     74These histograms show the number of occurrences in the 5-sec camera footage for each type of colored pixel value with no noise.
     75     -Red/Green
     76          -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.
     77     -Blue
     78          -The occurrences of blue pixel values is significantly higher because the LED emits blue light.
     79
     80The RGB histograms were made without noise, compared to the histogram on the right when there was significant amount of noise present. These histograms show the extent of how noise can effect the camera feed.
    6981
    7082**Week 7 presentation: [https://docs.google.com/presentation/d/1oPe0z3FzBUPzzFf-zcCJgz43jQIHqMHRg1BsnYJdaCU/edit]**
     83**Week 8 presentation: [https://docs.google.com/presentation/d/1qZLdapSWYrYTItAQqAmdhgF34x_hxIMOjZ_adv8LDIg/edit]**
    7184
    72 **Week 8 presentation: [https://docs.google.com/presentation/d/1qZLdapSWYrYTItAQqAmdhgF34x_hxIMOjZ_adv8LDIg/edit]**
    7385== Week 9
    7486**Summary
     
    107119
    108120[https://docs.google.com/presentation/d/1PPJB0SCb0Y8G04pPQRvMS-2uoILxmxJBSVdZgO7B73c/edit#slide=id.p]
    109 
    110 
    111 
    112 **Week 5**
    113 
    114 
    115 [https://docs.google.com/presentation/d/1eFaGVwyJf6AOELmQVRvLJxMywu_rgNEc2hIgDxk3BDA/edit#slide=id.p]