Replies: 2 comments 12 replies
-
Hi, Thank you, I appreciate the contributions and guide. The code automatically does the camera pose calibration in pairs. I would recommend generating new camera parameters for your cameras, as it can make a big difference. Instructions to do so are here: #11 (comment) The cameras should also be ordered in a clockwise/anti-clockwise pattern, so that adjacent cameras are also adjacent on the dashboard. |
Beta Was this translation helpful? Give feedback.
-
Hi, I am still trying to figure out where the problem is, but meanwhile, I have modified the program to allow manual adjustment of the scene with some buttons. I will be unavailable this weekend, so I won't be able to test if it works yet. If someone wants to try, the changes are on my fork repository on the dev branch: https://github.com/d4saher/Low-Cost-Mocap.git Note that I am working on splitting the frontend into views to make the code more readable and modular, but I haven't added the drone control parts yet. |
Beta Was this translation helpful? Give feedback.
-
Hi jyjblrd,
First of all, thank you so much for sharing your code and making it available to the community. I really appreciate it as I will be using it in my final degree project as a ground truth.
I wanted to let you know that I have successfully got the system up and running. I am currently working on adapting the project for the Tello drone to simplify the drone part. Additionally, I would like to contribute to the project by sharing the code I write and some 3D pieces that I have designed. The pieces are basically a wall mount for the cameras and a support for mounting the IR LEDs on the Tello Drone EDU. You can find them on my fork repository of your project, on the tello branch.
I have also written a step-by-step guide to get the project running on a Rock (Pi) 4 c+. I wrote this guide for myself, but maybe someone else will find it useful. It can be found here.
However, at this point, I am encountering an issue with camera pose calibration. I am able to get points (20 to 30 as you mentioned here), but when I run the camera pose calibration, it doesn't reach a solution. Using only two cameras seems to work better. Do I need to do this in pairs as you say in your video, or does the backend handle it? I followed the same method you used with the PS3 Eye cameras, removing the IR filter. Do I need to calculate the intrinsic matrix anyway, or is it enough to use the ones provided in your code?
Thank you once again for your amazing work!
Best regards,
D4saher
Beta Was this translation helpful? Give feedback.
All reactions