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

Facing some bugs... #10

Open
nws1926444694 opened this issue Nov 10, 2024 · 1 comment
Open

Facing some bugs... #10

nws1926444694 opened this issue Nov 10, 2024 · 1 comment

Comments

@nws1926444694
Copy link

nws1926444694 commented Nov 10, 2024

Hi, when I used your codes, I faced something wrong like this. I realised my TF tree is not correct like Fig. 3, does it have anything to do with the problem? How can I modify the config file so that it doesn't require a depth image.
2024-11-10 14-35-40 的屏幕截图
2024-11-10 15-30-10 的屏幕截图
2024-11-10 14-44-36 的屏幕截图

@maxwildersmith
Copy link
Collaborator

Hey there!

So that first issue is likely cause the size of your images (76800 total pixels) doesnt match the height and width in the config file, its likely need to change it to width of 320, height 240 instead of the current 640x480.

The second issue might get resolved by this fix, but if it doesn't let me know.

And finally, yes, the disconnected TF tree will lead to an issue later, most likely an error like "Cannot look up from to " during the capture loop.

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