Hi all,
I am currently evaluating the feasibility of using the Holoscan Sensor Bridge IP to send a compressed video stream over to AGX Orin. One of the main challenges I am facing is that, by its nature, the size of the compressed frame coming out from the FPGA is not determined until after the entire frame is generated and I would like to avoid buffering the entire frame before sending it.
With this in mind, I wanted to get clarification on the following:
- Would effectively changing the frame size mid-transmission or terminating a frame early via end-of-frame packet be possible using the Holoscan Sensor Bridge IP core? If so, how would one go about doing so?
- Alternatively, what would be a recommended workaround for a schema like this under Holoscan infrastructure?
Thanks in advance,
Andrew