-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi, thank you for your work. I found a lot of interesting here.
I found a possible issue in SonyCamera class and GetFNumber method:
public int GetFNumber() { CameraSetting setting = GetSetting(SettingIds.LiveViewState); return setting != null ? setting.Value : 0; }
I think there should be
public int GetFNumber() { CameraSetting setting = GetSetting(SettingIds.FNumber); return setting != null ? setting.Value : 0; }
Thanks!
Metadata
Metadata
Assignees
Labels
No labels