ofxCvCameraProjectorCalibration
ofxCvCameraProjectorCalibration copied to clipboard
compiling on linux
2 tiny tweaks to linux make stuff: in addons.make I had to change:
ofxCvCameraProjector to ofxCvCameraProjectorCalibration
in config.make I had to add:
USER_CFLAGS = -std=c++11
Hi @timredfern may I ask how did you compile this repo on linux? Cheers!
That was 4 years ago! Use a makefile build and make these changes ^^^