Closed christophgysin closed 4 years ago
Thanks for the report. Yes we shouldn't fatally fail if the sensor id is unknown. I've pushed a patch to the mainline branch that will fix this. I saw your patch but I prefer not to quirk on the sensor id but instead allow it to fail (like when the sensor settings file is not found). The sensor settings files live inside the driver binary (much like the firmware) but we have no tool to extract them yet.
I have a MacBookPro13,1 with the following camera:
Loading facetimehd fails with:
Simply commenting out the check makes the camera work.
Could we add the sensor ID to the driver?
Looking at the code, those IDs seem to be mapped to facetimehd/????_????.dat files, that are used for calibration. Where can I find those files? How would I create one for my camera?