You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, the Toupcam_StartPullModeWithCallback function is returning a non-zero value and Toupcam_PullImage is returning an array of zeroes. Other simple functions are also returning non-zero response codes (e.g. Toupcam_get_HwVersion, Toupcam_get_SerialNumber). Relevant code below.
Unsure given the lack of error if this is user error on my part or some more legitimate bug, however
for the most part your code looks correct. Id stick with trying to get Toupcam_get_HwVersion, Toupcam_get_SerialNumber to return correct results before moving on to getting the image data.
Yep, that's where I've been getting the inspiration for my code from. Unfortunately I opted to just go with a different camera so sent my camera back in the mail today and won't be able to debug further :/
I found a .so library supposedly supporting armhf here: http://www.touptek.com/download/showdownload.php?lang=en&id=32
but am currently unable to get things working completely.
Specifically, the Toupcam_StartPullModeWithCallback function is returning a non-zero value and Toupcam_PullImage is returning an array of zeroes. Other simple functions are also returning non-zero response codes (e.g. Toupcam_get_HwVersion, Toupcam_get_SerialNumber). Relevant code below.
Unsure given the lack of error if this is user error on my part or some more legitimate bug, however
The text was updated successfully, but these errors were encountered: