Hi,
is there a list of all available cameras supported by LibRaw (I guess these are more as in dcraw)? I searched the web but couldn't find some kind of full list.
Thanks
Torsten
raw image decoder
Hi,
is there a list of all available cameras supported by LibRaw (I guess these are more as in dcraw)? I searched the web but couldn't find some kind of full list.
Thanks
Torsten
This list updates so
This list updates so frequently, so we opted not publish this list, because it will require too frequent updates.
Actual camera list is available via LibRaw::cameraCount() and LibRaw::cameraList() calls ( https://www.libraw.org/docs/API-CXX.html#cameraList )
Also, samples/simple_dcraw will print total count if started w/o params, and will print the list if started with -L key
-- Alex Tutubalin @LibRaw LLC
Hello Alex,
Hello Alex,
thanks a lot that is perfectly fine! I just wasn't aware of that method. Thanks a lot!
Regards
Torsten