ArduCAM / ArduCAM_USB_Camera_Shield

This is the repository for ArduCAM USB Camera Shield
126 stars 69 forks source link

please support arm-64 #174

Open winitboonkliang opened 2 years ago

winitboonkliang commented 2 years ago

please support arm-64 I try Raspberry pi4 64bit AR0134 error ArducamSDK.so: wrong ELF class: ELFCLASS32

YvesHatzfeld commented 2 years ago

I subscribe to this request. Recent RPIs are 64 bits, and some machine vision/AI processes need these 64 bits capacities! Thank you very much in advance! Wish you an happy new year Best regards

YvesHatzfeld commented 2 years ago

actually found out that you can use the "jetson" SDK thanks to : https://forum.arducam.com/t/arducam-sdk-support-for-aarch64/1506/8 beware to use the proper .so object, depding on your version of python :2.7 = SDK default, 3.6 = the 36m-aarch file or have the 2.7 python installed as well hope this helps others