Code Monkey home page Code Monkey logo

camunits's People

Contributors

abachrach avatar mrwalter avatar sachih avatar

camunits's Issues

camview aborts with GThread error due to multiple initialization

What steps will reproduce the problem?
1. try to run camview
2. camview aborts with "GThread-ERROR **: GThread system may only be
initialized once."

What version of the product are you using? On what operating system?
Confirmed against SVN or 3.0.0, running Ubuntu Linux 9.10 with many extra
packages.

Please provide any additional information below.
I don't know why gthread is being initialized multiple times, but wrapping
with a simple check for whether it's already been initialized fixed the
problem on my machine.

Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 4:57

Attachments:

CamUnitControl has no way of specifying / overriding display width+precision

What steps will reproduce the problem?
1. Create a float control from range 0.1 to 60
2. View results using (eg) camview
3. Note that you can only see integer values.

--

camunits attempts to set display_width  and display_prec to sane values
automatically, but may not always succeed.  display_width and display_prec
are private variables with no setters.  The attached patch provides setters
for them.  Apologies if this is NOTABUG or there is another better way of
doing this.

Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 8:14

Attachments:

convert.colorspace plugin should support YUV411 / IYU1

The convert.colorspace plugin does not currently support the IYU1/YUV411
colorspace.  The attached patch against SVN HEAD adds support to the plugin
and adds supporting functions to pixels.[ch].  The functions were derived
from the existing YUV422 / YUYV plugin, and follow a similar pattern.

Original issue reported on code.google.com by [email protected] on 12 Apr 2010 at 7:38

Attachments:

camunits plugins have initialize(), but no finalize() hook.

Problem:
  I am writing a plugin to interface with an external library.  The
external library requires that a function { CameraLibraryInitialize() } get
called on startup, before any other functions are called.  This fits nicely
into the cam_plugin_initialize() call.  The library also provides a
function to be called on cleanup, {CameraLibraryUninitialize() } but there
does not seem to be a place to call such a function.

Workaround:
  Via the glib documentation, I've found that I can simply place the
appropriate call in a function named g_module_unload() and this has the
desired effect.  It may be cleaner to have a cam_plugin_finalize() to
complement cam_plugin_initialize(), however?

Original issue reported on code.google.com by [email protected] on 12 Apr 2010 at 4:50

cam_pixel_bayer_interpolate_to_8u_bgra not working?

What steps will reproduce the problem?
1. call cam_pixel_bayer_interpolate_to_8u_bgra 

What is the expected output? What do you see instead?
expected output is the rgb picture
white vertical lines

What version of the product are you using? On what operating system?
gentoo linux
gcc 4.4.5

Please provide any additional information below.
checked the parameters several times, they are correct.
planes, stride correctly aligned and set.

Original issue reported on code.google.com by [email protected] on 16 Jun 2011 at 7:39

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.