mborger

Results 11 comments of mborger

Yup, I transferred the emails to my mail server and handed each of them off to sendmail. `for f in $(ls); do sendmail -t < $f; done` The `-t` option...

Sure. What's next on your mind to look into?

Check out my changes. I combined the two address override conditionals to the beginning of the _send_mail method.

Zulu11 is built with MSVC 2015 and I am able to build the videoinput-preset with 2015. I modified the example to dump many of the getters. One interesting point is...

As another data point, below is the output from my laptop with a USB camera. It also has the device count discrepancy although setting up the device works. ``` *****...

> > > BTW, since this is a DC1394 camera, you might want to use libdc1394 instead: > https://github.com/bytedeco/javacpp-presets/tree/master/libdc1394 I did see this preset. Sadly the example isn't working out...

Ok, this is probably a different issue but here's what I'm seeing on my Win10 laptop, same output with Java 8 and 11. libdc1394 example unmodified produces this exception: ```...

Here's what what Dependency Walker reports. ``` Error: At least one required implicit or forwarded dependency was not found. Error: At least one module has an unresolved import due to...

The report is in the zip archive to keep github happy. I really appreciate your time looking into this. [jnidc1394.zip](https://github.com/bytedeco/javacpp-presets/files/4247509/jnidc1394.zip)

Yup that was it. I did not have the CMU driver installed. Of course it doesn't recognize this unibrain camera. I think I might just have to write my own...