Coding Period (7th June - 16th August)
14th June 2021
- Tested the multistream part on Raspberry Pi
15th June 2021
- There were a few issues with the test code, after discussing with Nicolas, it was fixed.
- Got multistream working on Raspberry Pi, currently used gst-inspect instead of a custom code.
16th June 2021
- Worked on cleaning up the patch for multistream, and also cleaned up the code.
17th June 2021
- V4L2 couldn’t find XB24 pixel format as the mapping in libcamera was wrong, fixed this issues
- Submitted the patch here
18th June 2021
- Submitted the patch, there was a few more places where the pixel format needed to fixed. Changed the
code to fix the nit picks.
19th June 2021
- Worked on dividing the patch into two different patches, first fixed the mismatch and second one added
new pixel format to libcamera.
- Submitted the patch series here
20th June 2021
- Started working on framework needed to allow requesting new pads while gst is in PLAYING state.
- Planned the necessary changes to support it.