Many thanks - probably better to use "Sony ILCE-7M2 / A7 II" no point in replicating the Sony word!
A thought just occurred to me - by the time you have completed the unpack() operation, does the LibRaw code know if the camera is/isn't supported. If it does know that, it would be simple to add a new function:
bool LibRaw::isSupported()
method that a client application can call after calling unpack() ...
Many thanks - probably better to use "Sony ILCE-7M2 / A7 II" no point in replicating the Sony word!
A thought just occurred to me - by the time you have completed the unpack() operation, does the LibRaw code know if the camera is/isn't supported. If it does know that, it would be simple to add a new function:
bool LibRaw::isSupported()
method that a client application can call after calling unpack() ...
Thanks again
David