Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 644 Bytes

lab4_submission.md

File metadata and controls

29 lines (20 loc) · 644 Bytes

Laboratory Exercise 4 Submission

Student Name 1:

Student Name 2:

Part 1

Please attach your implementation of the function yuyv_to_rgb32 here.

// Attach your implementation here

Part 2

Please attach the main functions of your udp-send and udp-recv here.

// Attach your implementation of udp-send here

// Attach your implementation of udp-recv here

Part 3

Please attach the camera function in ./netvideo/camera.c and the display function in ./netvideo/display.c here.

// Attach your implementation of camera here

// Attach your implementation of display here