GithubHelp home page GithubHelp logo

magestik / shutters3d-daemon Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 3.0 867 KB

Python daemon for controlling Stereo3D Shutter Glasses (obsolete)

License: GNU General Public License v3.0

C 38.77% Python 61.23%

shutters3d-daemon's People

Contributors

magestik avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

tunari acruzpr

shutters3d-daemon's Issues

Memory leak in pyusb

@methodtrace(_logger)
def get_configuration(self, dev_handle):
config = c_int()
_check(_lib.libusb_get_configuration(dev_handle, byref(config)))
return config.value

This dies at _check, from a memory overflow. It is called from nv3d function

def write(self,data,epn=2): # Write to an endpoint
self.dev.write(self.endpoints[epn],data)
return True

Let me know if you can make heads or tails of this and if I should report this to pyusb people. (I'm not a pro debugger, but I figured I'd try to learn finally.)

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.