Skip to content

There is an import module error in line 126#19

Open
Moinelly wants to merge 2 commits into
ArduCAM:masterfrom
Moinelly:patch-1
Open

There is an import module error in line 126#19
Moinelly wants to merge 2 commits into
ArduCAM:masterfrom
Moinelly:patch-1

Conversation

@Moinelly

@Moinelly Moinelly commented Feb 5, 2018

Copy link
Copy Markdown

It is-
if ArducamSDK.Py_ArduCam_available(handle) > 0:
where as it should be,
if ArducamSDK.Py_ArduCam_availiable(handle) > 0 or ArducamSDK.Py_ArduCam_availiable(handle) > 0:
In case someone use the old version of SDK

It is-
if ArducamSDK.Py_ArduCam_available(handle) > 0:
where as it should be,
if ArducamSDK.Py_ArduCam_availiable(handle) > 0:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant