indilib / indi-3rdparty

INDI 3rd Party drivers repository
https://www.indilib.org/devices.html
GNU Lesser General Public License v2.1
123 stars 208 forks source link

libricohcamerasdk arm64 avalability #928

Closed knro closed 3 months ago

knro commented 3 months ago

libricohcamerasdk is not available on arm64 but most modern operating systems migrated to arm64 now. Is there any hope of getting this running on arm64? Without it, can indi-pentax driver operation on arm64 architectures?

@karlrees Any ideas?

karlrees commented 3 months ago

The indi-pentax should still be able to function on arm64 work if your camera is in MSC mode. For that, it uses the pktriggermode-based driver, which should be able to compile on arm64.

The librricohcamerasdk driver was only needed for PTP mode. Despite repeated requests, Ricoh never once responded to me about the source code. I think they have even taken the library down now, as I can't find the site anymore. Without some serious hacking, I don't see a path forward in PTP mode.

knro commented 3 months ago

Thank you Karl for the clarification. I think we'll just add this tidbit to the driver documentation so that everybody is aware of this limitation.