derricw / pysentech

Python Interface for Sentech USB Cameras
MIT License
5 stars 1 forks source link

SDK Location not specified #6

Open Dhanapal511 opened 4 years ago

Dhanapal511 commented 4 years ago

Hi Folks,

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

image

Can you pls help me out?

derricw commented 4 years ago

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.