raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
852 stars 181 forks source link

More robust platform checking #1070

Closed naushir closed 2 months ago

naushir commented 2 months ago

Increase the range of device nodes to search for a known device as they may be assigned automatically by the kernel probe order.

Additionally, switch from using the CFE driver to the Backend driver when identifying a platform as the latter now has a fixed UAPI, and will always be present even if a sensor probe fails.