Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GPU • DeepStream Version 6.4 • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only) • Issue Type( questions, new requirements, bugs) • How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing) • Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
I have a deepstream app, that has multiple sgie’s. I have added probe on nvosd, where i check that if a vehicle is of Truck type, i want to save the current frame. This is my code, it doesnt work
Traceback (most recent call last):
File “/home/a2i/Downloads/deep_app_stable/deepstream_lpr_app-master/deepstream-lpr-app/myapp.py”, line 556, in tiler_src_pad_buffer_probe
frame_image = get_frame_image(gst_buffer, frame_meta)
File “/home/a2i/Downloads/deep_app_stable/deepstream_lpr_app-master/deepstream-lpr-app/myapp.py”, line 347, in get_frame_image
n_frame = pyds.get_nvds_buf_surface(hash(gst_buffer), frame_meta.batch_id)
RuntimeError: get_nvds_buf_Surface: Currently we only support RGBA/RGB color Format
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks