Giter VIP home page Giter VIP logo

emerge2016's Issues

Investigate kinect-daemon crash

listening on http://localhost:8008
[Stream 70] Negotiated packet size 1920
write_register: 0x0105 <= 0x00
write_register: 0x0006 <= 0x00
write_register: 0x0012 <= 0x03
write_register: 0x0013 <= 0x01
write_register: 0x0014 <= 0x1e
write_register: 0x0006 <= 0x02
write_register: 0x0017 <= 0x00
(node) warning: possible EventEmitter memory leak detected. 11 listeners added. Use emitter.setMaxListeners() to increase limit.
Trace
    at Context.EventEmitter.addListener (events.js:160:15)
    at Namespace.<anonymous> (/home/brannondorsey/Documents/work/Branger_Briz/emerge2016/installation/kinect-daemon/server.js:20:9)
    at Namespace.EventEmitter.emit (events.js:95:17)
    at Namespace.emit (/home/brannondorsey/Documents/work/Branger_Briz/emerge2016/installation/node_modules/socket.io/lib/namespace.js:206:10)
    at /home/brannondorsey/Documents/work/Branger_Briz/emerge2016/installation/node_modules/socket.io/lib/namespace.js:174:14
    at process._tickCallback (node.js:415:13)

limit number of keyframes per session

think all we should have to do is put .saveKeyFrame && .saveThumbnail inside a conditional

                        if( KeyFrame.thumbCount <= 4 ){

            KeyFrame.saveKeyFrame(
                new Buffer( depth.data ).toString('base64'),
                frameDiff.canvas.toDataURL(),
                Motion.gate
            );  

            KeyFrame.saveThumbnail();
                        }

screen shot freezing

maybe move the screenshot'n of the portrait page's share functionality into a worker to prevent the freezing up

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.