Skip to content

Domiii/smart-video-2013

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • On Windows:

  • SmartVideo app (Windows):

    • Setup OpenCV 2.47, 64 bit
      • On Windows: Close Visual Studio first!
      • Follow these four steps:
        1. Download version 2.47 from http://opencv.org/downloads.html
        2. Make sure you have admin rights. Unpack the self-extracting archive.
        3. Set the OPENCV_DIR system variable:
          • setx /M OPENCV_DIR "open-cv-install-path\build\x64\vc11"
        4. Add the OpenCV library folder to your system PATH:
          • setx /M PATH "%PATH%;%OPENCV_DIR%bin"
    • Run SmartVideo/smart-video-2013.sln (make sure that you have VS 2012)
    • Should work
  • Viewer:

    • Run viewer by just executing: viewer/index.html
    • Chrome:
    • IE & Firefox:
      • Sometimes work, sometimes don't
      • IE might need some changes in your security settings
    • Enable debug console while developing:
      • Ctrl + Shift + J in Chrome
      • F12 in IE
  • Data:

    • The data directory is defined in "cfg/config.json"
    • Data set configurations are defined in "cfg/clips.json" (currently only supports image sequences, gotta fix that)
    • Setup:
  • Coding Conventions

  • TODO

    • a lot more...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published