-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement multi-stream source test adapter #372
Comments
tomskikh
added a commit
that referenced
this issue
Aug 29, 2023
tomskikh
added a commit
that referenced
this issue
Aug 29, 2023
tomskikh
added a commit
that referenced
this issue
Aug 29, 2023
tomskikh
added a commit
that referenced
this issue
Aug 29, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
tomskikh
added a commit
that referenced
this issue
Aug 30, 2023
yolov8_seg demo, rtx3070
|
tomskikh
added a commit
that referenced
this issue
Sep 1, 2023
tomskikh
added a commit
that referenced
this issue
Sep 1, 2023
* #372 don't pass source-id to zeromq_sink element * #372 allow to send frames in multiple sources at once * #372 allow to send shutdown message at the end * #372 implement multi-stream source * #372 add SOURCE_ID_PATTERN param for multi-stream source adapter * #372 add docs for multi-stream source adapter * #372 add multi-stream benchmark for opencv_cuda_bg_remover_mog2 * #372 measure performance * #372 fix savant_rs_serializer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The adapter must create multiple video streams and send them with different source ids like
source-%d
. We can specify the parallelism and number of frames. The adapter is used for performance tests. At the end of the operation, it sends a shutdown if configured (#371).The text was updated successfully, but these errors were encountered: