I'm trying to access a camera and take a photo from a python script. I keep on getting this
'libASICamera2.dylib' (fat file, but missing compatible architecture (have 'i386,x86_64', need 'arm64'))
I saw in some other discussion drivers that were made for Windows on arm64, but it's not my case as I'm using python directly on mac.
I've tryed using both the driver found in the folder armv8 and mac. I get the error message that i wrote before when using the mac one. And get "Warning: ASI SDK library not found" if i give to it the armv8 to it.
If I connect the camera (asi294mc) i can access to it from ASICap
thanks in advance