Skip to content

Conversation

@Moinelly
Copy link

@Moinelly Moinelly commented Feb 5, 2018

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