GithubHelp home page GithubHelp logo

smartcctv's People

Contributors

jaskaal avatar krebrov001 avatar slavikchukhlebov avatar weitaoli123 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

krebrov001

smartcctv's Issues

Install OpenCV on personal development platforms [0]

For development on this project, we will all need an installation of OpenCV on all our development computers. The project will be compiled against Ubuntu Linux, so ensure your development platform can support makefile compilation.

I recommend using a Linux machine. If you don't have one, you can install a Linux image as a virtual machine through a free virtual machine software (ie, VMWare).

OpenCV installation guides are available online.

Add humanFilter and camera files to the Makefile.

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.

Install OpenCV on a control device. [10]

We will be using a microcontroller to process our input data. We may use Konstantin's Jetson Nano board. OpenCV's C++ library will need to be installed on this device. Note that OpenCV installation may NOT be straightforward- the library binaries must be compiled from source code. Leave yourself more time than you think you need to fix any installation bugs.
Link to OpenCV instructions for Ubuntu: https://www.learnopencv.com/install-opencv3-on-ubuntu/
[10]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.