matham / rotpy

Python bindings for the Spinnaker SDK to enable Pythonic control of Teledyne/FLIR/Point Grey USB and GigE cameras.
MIT License
17 stars 0 forks source link

CameraDefs.h: No such file or directory #7

Open liam-clink opened 3 months ago

liam-clink commented 3 months ago

When I try installing with pip on windows, I get this error:

rotpy\_cam_defs/_cam_defs1.cpp(1254): fatal error C1083: Cannot open include file: 'CameraDefs.h': No such file or directory

liam-clink commented 3 months ago

I decided to try building from source, and it seems that the install from pip expects the same environment variables as for building from source, so that's likely the issue