Hi, I am trying to use ofxCanon from @elliotwoods , particularly as it will let me adjust the camera settings. I am using the master branch of openframeworks pulled today as I am using some new features.
In the takephoto method when I compile for VS 2015 I get
glfwPollEvents(); is not recognised.
Is there something I need to do to get access to the glfw calls?
Hi, cheers, here is a screen shot, if I comment out glfwPollEvents() and use takePhotoAsync everything compiles fine, I can also call takePhoto(), but it crashes directly after capture.
I had similar issues with glm.
Does that mean that if we want to use an API from a library included in OF (but not an OF API) then we have to include its header?
Isn’t it better to have access to all APIs that OF makes use of?
Is this change brought in order to shorten compile time?
Sorry too many questions, but its basically all the same
glm should be included by default, at least the most commonly used parts. and yes we removed most headers cause it was making compilation and auto complete terribly slow