Nate Bogdanowicz

Results 107 comments of Nate Bogdanowicz

Hi, thanks for the report. What model of camera are you using? Sometimes cameras don't have support for hardware AOI, although if I remember correctly we should have support for...

You might play around with trying different values of `cy` and `top` to see if anything else works, as well as using `top` and `bot` instead. Also try using `_set_AOI()`...

Oh, I just noticed: the camera you're using is only 1024 pixels tall, so it's not big enough to have a rectangle with a center at 600 and top at...

I'm not 100% sure, but I don't think adding the files via Python's `sys.path` will work. Try adding it to the Windows PATH variable directly.

You'll need to make this mergeable before I can incorporate it. I think the problem is that there have been a bunch of changes on `master` that haven't been incorporated...

This was one of the use cases I had in mind when introducing Facets, which are similar to Lantz's Feats (which have this GUI stuff baked in). Since Facets are...

Check out the changes in 82a23b841f15491d3e9b3746d4baeb176b78d40a. This adds an `observe()` method to the `Instrument` base class, which lets you register a facet observer on a per-instance level. For example, let's...

What version of nicelib are you using, and how did you install it (i.e. normally, or in editable mode)? Previously, nicelib had an issue where it would always try to...

I'm hesitant to directly edit `PATH` in the code, which is hacky. The simplest solution would be to add a note in the docs to ensure your `PATH` is set...

My understanding now is that this is only happening for me b/c I'm using a local development version of `pycparser`. An ordinary release version installed via `pip` should not have...