simonmitchell / rocc

A Swift framework for remote control of digital Cameras
MIT License
123 stars 15 forks source link

expose Sony's API version #41

Closed gswirski closed 3 years ago

gswirski commented 3 years ago

I use the API version to determine if certain UI elements are visible (i.e. ask user to double-check their file format when dealing with Smart Remote Control, hide status bar [battery, sd card, AF etc] when on a7III and similar etc)

This might not be the best way of doing this but curious about your thoughts.

simonmitchell commented 3 years ago

I think this seems okay personally, I can't think of anything preferable at least! Will merge now :)