Giter Site home page Giter Site logo

nacl's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

nacl's Issues

Unclear instruction on making opencv and dependencies in setup.txt

In setup.txt, this is the instruction for making opencl and pnacl dependencies:

Make opencv and dependencies (takes about 20 minutes)

NACL_ARCH=pnacl make opencv

Here, the only thing this instruction does is to declare the environmental variable "NACL_ARCH"

However how can we subsequently build pnacl and opencv?

Change 'make serve' target in ImageProc to create a https server

Image processing demo in ImageProc directory currently creates a SimpleHTTPServer to test the compiled NaCl executable. As of Chrome 47 getUserMedia is only supported from secure origins: https URLs or localhost.
For ease of testing it would be good if the 'make serve' Makefile target created a local https server - currently if I want to test the executable on my Chromebook I need to deploy the .nexe file to my remote webserver.

Missing processor.hpp

Hello! I try to use your awesome OpenCV Nacl example, but i am really not so strong in c++ for fully understanding of my problem. I think in repository missing file processor.hpp (Includet in singleton_factory.hpp).
I try build you example, but i have got some errors.

In file included from image_proc.cpp:1:
./improc_instance.hpp:44:78: error: use of undeclared identifier 'Processor'; did you mean 'processor'?
      auto processorFactory = SingletonFactory<std::function<std::unique_ptr<Processor>()>>::getInstance();

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.