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

Jitter problem after image projection #67

Open
myheathcliff opened this issue Apr 7, 2022 · 2 comments
Open

Jitter problem after image projection #67

myheathcliff opened this issue Apr 7, 2022 · 2 comments

Comments

@myheathcliff
Copy link

In my code, I used PyKinect2 package to import the video stream for simple processing (including filtering and denoising, etc.) and then projected it to the sandbox. However, I found that the output video stream would jitter, and sometimes it would be better without Gaussian blur, but not absolutely. I wonder what the reason is? Is it related to not using multithreading?

@SimonVirgo
Copy link
Member

Hello @myheathcliff,
Can you describe a bit more how that jitter looks like? My fist hunch is that it might be related to the browser you are using. We had problems using firefox, chrome seems to always works best.

@myheathcliff
Copy link
Author

thank you for your help!
But I rewrite the function to get the depth information bu myself in the Linux system based on the library function,and I use the Pyqt for interface integration. I found that once the depth signal was called in Pyqt, there would be some lag,and the last frame and the next frame would be unstable(that is ,the picture jitter). I don't know if this is related to the fact that the Matplotlib integration I used was less efficient in Pyqt.

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

2 participants