Giter VIP home page Giter VIP logo

tracking-objects's Introduction

VideoFilter

This repository contains a mac version of our video filter framework. Once cloned, please complete the following steps to ensure you can start working immediately without wasting time closing a bunch of pop-ups:

  1. Copy the path of the macosx64 folder inside lib. ( the path is the string describing the folder location )
  2. Open Terminal and excecute the following command:
    spctl --add <paste path here>/* (note: you must include the /* )
  3. Copy the path of gstreamer-1.0 that is inside macosx64 Then excecute the command above.
  4. In the terminal, excecute the command again but this time pasting the gstreamer-1.0 path:
    spctl --add <paste path here>/* (note: you must include the /* )

That's It!

Note: Windows and Linux machines can still display images with this framework, but can't use the webcam or videos

If you are wondering what the command spctl --add <paste path here>/* does, Here is your answer:

The code above adds an exception to the macOS Security System that at default will not allow the .dylib and the .so files to run. Excecuting the command above will allow specifically the files inside thelib folder to run.

If you have cloned this repository and completed all the steps above, and you still get a lot of pop-up dialogues, please add an Issue here, and I will do my best to resolve it.

tracking-objects's People

Contributors

fhs-apcs-teacher avatar alexmehta avatar smalunjkar avatar destructor3 avatar ddobervich avatar highjeans avatar warpromo avatar

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.