Lakshantha Dissanayake
Lakshantha Dissanayake
Thank you for the response @marcoslucianops I am using the default values under `[sink]` inside `deepstream_app_config.txt` file which has `sync=0` set already.
> What is your source ? @Arpit1496 My source is default one provided: file:///opt/nvidia/deepstream/deepstream/samples/streams/sample_1080p_h264.mp4
> When using `[sink] type=2`, the framerate is limited to the monitor Hz. You should use `[sink] type=1` to get the maximum framerate. @marcoslucianops Thank you for this. I will...
Hi @marcoslucianops, When I set `[sink] type=1`, there is no video preview output. It just shows the inference results on the terminal. Any idea why? However, the FPS on the...
Thank you @mdeniz0 for the clarification. So if I want to obtain a video stream without the limitation of the FPS of the monitor, what could be the best way...
@mdeniz0 Yeah, that's clear. I mean I want an output video stream (including object detection ) without FPS limitation. with sync=0, there is no video output window.
It's okay. Thank you for your feedback.
Thank you @glenn-jocher !
> @lakshanthad I've consolidated and simplified the RPi tests all under the same job now in [c7d5e9e](https://github.com/ultralytics/ultralytics/commit/c7d5e9eb792cd312742622d4fef6d71aaafb823b) > > I also commented out the if statement to test the results...
> @lakshanthad ok so Slow Tests all pass, but then Classify Benchmark for OpenVINO crashes with a new error I haven't seen before: > > ``` > AssertionError: Benchmark failure...