Hi
I'm using a Mac mini with Apple M1 chip.
I have a ASI462mm camera.
I installed ASIStudio v1.11 (Camera SDK v1.35) and all is OK when I use ASICap v2.11
But, I wrote a software in python that uses libASICamera2.dylib which is for X86_64 architecture, and it not working because the system python packages are for the native architecture arm64.
Apple's Rosetta is the key to use both arm64 and x86_64 architectures.
I followed the steps detailed in this link (it is very detailed):
https://or-levi.medium.com/python-management-on-apple-silicon-arm-x86-with-pyenv-f786cf8a48f8
to make a python 3.12 virtual environment under the x86 architecture and my app worked fine.
I hope it helps
Edison