Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Debug user callback transform custom plugin: does not trigger in Python behind nvvideoconvert #5

Open
aihsani opened this issue Sep 1, 2021 · 0 comments
Assignees

Comments

@aihsani
Copy link
Contributor

aihsani commented Sep 1, 2021

UsercallbackTransform component does not trigger when inserted after nvvideoconvert.

  • It works if inserted directly after nvstreammux; running in Python the custom plugin is triggered but
  • It works after nvvideoconvert if used with gst-launch
    • Eg.
       gst-launch-1.0 uridecodebin uri=file:///app/videos/d1_im.mp4 ! mux.sink_0 nvstreammux name=mux width=1260 height=1024 batch-size=1 ! nvvideoconvert ! "video/x-raw(memory:NVMM),format=RGBA" ! usercallbacktransform ! nveglglessink sync=True
      
      works as expected. However, the same pipeline in Python bypasses usercallbacktransform completely and without errors
@aihsani aihsani added this to the Configuration and setup issues milestone Sep 1, 2021
@aihsani aihsani self-assigned this Sep 1, 2021
@aihsani aihsani changed the title Debug why user callback transform custom plugin does not trigger in Python Debug user callback transform custom plugin: does not trigger in Python behind nvvideoconvert Sep 1, 2021
@aihsani aihsani removed this from the Configuration and setup issues milestone Oct 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant