-
Notifications
You must be signed in to change notification settings - Fork 205
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
color mismatch #64
Comments
Hey TTkrpink, this problem is caused by an imperfect projection of the depth camera image onto the color camera image. This is to some degree unavoidable as the depth and color camera do not share the exact same location, but the projection of the Azure Kinect is also known to be not well calibrated microsoft/Azure-Kinect-Sensor-SDK#1058 I'm currently working on a few improvements to Livescan, including a filter for the described problem above. You can try out the newest version by downloading this branch: https://github.com/Elite-Volumetric-Capture-Sqad/LiveScan3D/tree/ServerUIRework , building it, connecting your clients to the server, select a client and then click on the "Individual Client Settings": Then check the "Filter depth map" box, increase the filter value to something like 7 or 9. and then apply to all devices. This should give you a much cleaner edge. This branch is however still very much WIP, so some smaller bugs might occur. |
Thanks for your help. I cloned the repo ServerUIRework. I think the "Create New Issue" function is disabled on that repo, so I have to ask questions here: Two missing files from 5 files prevent me from building the repo LiveScanClient. LiveScanServer builds fine. Questions I have with the Capture-Squad/LiveScan3D repo are:
Thanks again for your help. |
Thank you for reporting this bug, you're right, the files somehow never got commited. I'll fix this this evening and notify you! Regarding the other questions:
Wildcapture.io seems to be made with a very different technology stack, it's more like classical photogrammetry running at 30 frames per second (With a lot more cameras & equipment). So it's not really comparable. |
So, could you please upload the Log.h and Log.cpp files? The server file won't run without the complied client. I really appreciate your help. |
Hey, sorry had a few very busy days, it is uploaded now! |
Thanks. However, the build failed again. There is no resources folder in the LiveScanClient folder. Build started... |
I'll try to clone and build the Branch on a fresh copy next week and fix all the issues! |
Alright, please try to pull the changes and build again! You might need to completly rebuild the whole project so that it will work. |
Thank you, the source code is built fine. Server EXE file crashes after the client is connected to it. |
Hi,
I have two Azure Kinect setups. The calibration looks fine, but there is a color mismatch on the edge. I think it's the background color on the edge that causes that. As shown in the picture, the grey background color is picked up by Cam2 shown in the final live view. Is there any setting I can change to make it look better?
Thanks a lot.
The text was updated successfully, but these errors were encountered: