Hello, I recently purchased an Arducam USB shield and two camera modules (MT9F002 and MT9N001.)
When trying to run the Python demo programs I get the error that ArducamSDK does not exist. Of course it does: ArducamSDK.pyd is on the same directory as the demo script. I tried all sorts of things to get Python to ‘see’ the module without any joy.
I investigated the file ArducamSDK.pyd and found that it depends on two other files that don’t exist on my computer: python27.dll and MSVCR90.dll.
I’m running Python 3, not 2, so I shouldn’t expect python27.dll to be there should I? I don’t want to try to have both Python 3 and Python 2 installed side by side. The documentation for the Python SDK says clearly that it is compatible with both versions.
What could I be doing wrong?