Skip to content
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

FPS drop #10

Open
Tamir-Gez opened this issue Aug 11, 2022 · 0 comments
Open

FPS drop #10

Tamir-Gez opened this issue Aug 11, 2022 · 0 comments

Comments

@Tamir-Gez
Copy link

Hi,
We are working with gstreamer pluging V1.16, using cameraundistort module, it works on CPU, and we are getting 30FPS, the problem is that we need to moved into CPU and then back to GPU, but we get for 30FPS video 30FPS output.

When we use deepstream-5.0 with nvdewarper module, we are working with GPU only in our pipeline, but the fps drop to 15FPS. Even when we stop all the networks and let the GPU be use only for the camera calibration, it seems to be the code latency.

When we review the needed math for distortion calibration, only intrinsic calibration is used, the math is done in advance and after crating the pixel mapping we should be running on O(1).

The question will be about the latency and if there is a way to make the code more useable for our pipeline.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant