raspberrypi / picamera2

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

Sort the cameras alphabetically by id string #826

Closed davidplowman closed 1 year ago

davidplowman commented 1 year ago

This ensures the order will be deterministic on every reboot.

davidplowman commented 1 year ago

@naushir @will-v-pi This is supposed to sort the cameras in the same order as libcamera-apps, the whole "cameras enumerated in a random order on every reboot" thing is a bit tiresome!

naushir commented 1 year ago

Looks good!