fn resolve_default(cameras: &[CameraView]) -> Option<String>Expand description
Resolve which camera should be selected on initial mount:
- Persisted “last used” id (if present + still in the device list).
- The
is_default = truedevice. - The first device.
Noneif no devices.