Skip to content

Low FPS on video stream #484

Discussion options

You must be logged in to vote

ok, I may have found the cause of strange behaviour, please verify on your end - if that's the reason I will provide explanation

 pipeline = InferencePipeline.init_with_custom_logic(
        video_reference="udp://127.0.0.1:9090",
        on_video_frame=inference_callback,
        on_prediction=processor.on_prediction,
        source_buffer_filling_strategy=BufferFillingStrategy.DROP_OLDEST, <---
        source_buffer_consumption_strategy=BufferConsumptionStrategy.EAGER, <---
    )

Replies: 4 comments 13 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@gmijo47
Comment options

@LinasKo
Comment options

@gmijo47
Comment options

@gmijo47
Comment options

@gmijo47
Comment options

Comment options

You must be logged in to vote
1 reply
@gmijo47
Comment options

Comment options

You must be logged in to vote
3 replies
@gmijo47
Comment options

@LinasKo
Comment options

@PawelPeczek-Roboflow
Comment options

Answer selected by LinasKo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
4 participants