-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Calibration parameters for HD Pro Webcam C920 not automatically detected #745
Comments
Thanks for the feedback. We are aware of the multiple C920 product ID issue, but we're unable to get a straight answer from Logitech regarding the difference in the devices or changes in the optics. We have also been unable to get hands on the device to verify that the calibration in the SDK is valid for all product IDs. The only way to properly verify is to perform the camera calibration process and compare the results. Are you able to perform this task and provide us with your results? |
I will to do the calibration and come back with the results. |
Hello, I've done the calibration. |
What resolution did you calibrate the camera at? Each resolution will have different calibration parameters. |
Oops, forgot to mention. It was 800x600
…On Thu, Oct 12, 2023, 22:33 Danny Diaz ***@***.***> wrote:
What resolution did you calibrate the camera at? Each resolution will have
different calibration parameters.
—
Reply to this email directly, view it on GitHub
<#745 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQOGBNTITUCHKMF4L5MUB63X7BAZ5ANCNFSM6AAAAAA5SYEPSA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Bump |
This has been added for consideration for the 9.1 release, currently targeted for January 2024. This issue will remain open until this work has been completed. |
An FTC team has found another variant, for model "Logi Webcam C920e", with PID 0x08B6. |
I have a C920 with the PID 0x08B6. I have run through calibrations and here is the data the I got back with comparisons against the existing FTC values.
I am not that familiar with running the calibration process or interpreting the results so my process may not have been ideal but it looks like my values are somewhat similar to the ones in the FTC files so most likely this PID could just be added as a new PID for the existing values. I also found an interesting article that discusses the different C920 models. Please let me know if there is additional data I should be trying to get. |
Is this still targeted for this month. Will the PID I referenced above also be included? |
When using a HD Pro Webcam C920 with the Vision Portal, the calibration parameters are not automatically detected. This happens due to a "mishap" from Logitech who has the same product registered under 3 different product ids:
HD Pro Webcam C920 - 0x82D, C920 PRO HD Webcam - 0x08E5, C920 HD Pro Webcam - 0x0892(Note: I have the one with 0x0892).
For most teams the workaround is obvious: Copying the calibrations, changing the ids, and adding them to teamwebcamcalibrations.xml, but it would be ideal if the other product ids would also be registered in the SDK, in order to avoid confusing rookie teams(especially since it's stated that the SDK has the calibrations parameters for their camera).
The text was updated successfully, but these errors were encountered: