Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK Location not specified #6

Open
Dhanapal511 opened this issue Jul 9, 2020 · 1 comment
Open

SDK Location not specified #6

Dhanapal511 opened this issue Jul 9, 2020 · 1 comment

Comments

@Dhanapal511
Copy link

Hi Folks,

While trying to add SDK folder location, it throws an error.

image

Can you pls help me out?

@derricw
Copy link
Owner

derricw commented Jul 9, 2020

You have to specify the location of the sentech sdk that you download from them. It should contain an include folder with the header files that pysentech needs.

I think you can get the USB camera SDK from here: https://assets.omron.com/m/64f22d8e663cada3/original/SentechSDK_V1-1-2.zip

I will warn you though that I haven't tested SDK 1.12 myself, and it seems people in other issue threads are having issues with it. I haven't thought about this project in a long time so someone else may have to make some updates for 1.12.

system = SentechSystem("sentech/sdk/folder") is just an example with a fake folder name. The SDK that you download from Sentech doesn't install itself, so there is no way for pysentech to know where it is unless you specify it.

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

No branches or pull requests

2 participants