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

Add humanFilter and camera files to the Makefile. #23

Open
SlavikChukhlebov opened this issue Apr 29, 2020 · 0 comments
Open

Add humanFilter and camera files to the Makefile. #23

SlavikChukhlebov opened this issue Apr 29, 2020 · 0 comments

Comments

@SlavikChukhlebov
Copy link
Collaborator

The humanFilter and camera files are currently compile-able through the command line and will run when paired with AITest2.cpp:

#include "/camera.hpp"
int main(int argc, char** argv)
{
Camera cam(0);
cam.record();
return 0;
}

g++ -std=c++11 -ggdb pkg-config --cflags --libs opencv -static-libstdc++ AITest2.cpp camera.cpp humanFilter.cpp -o AITest2

However, they will not currently compile alongside the project using make. The Makefile needs to be updated.

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

1 participant