Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson • DeepStream Version 6.1 • JetPack Version (valid for Jetson only) 5.0.2 • TensorRT Version 8.4.1 • Issue Type( questions, new requirements, bugs) Question
I want to get the source frame before nvstreammux since nvstreammux resizes the image.
I put a probe on the sink of nvstreammux and used the below code to fetch the frame. n_frame = pyds.get_nvds_buf_surface(hash(gst_buffer), 0)
But I’m getting an error saying that only RGBA colour format is supported.
Is there a way to solve this or any other alternate approach I can use to get the frame?