Christopher Baker

Results 161 comments of Christopher Baker

Just a small followup for reference. Since opencv is a default included addon for openFrameworks I'm just using `cv::demosaicing` to do my conversions as it is hardware optimized, etc. For...

If I get a chance, I'll dig into the bayer-code a bit more and it may give me a chance to look at #46 too. Thanks for the feedback and...

This library is in fact supported.

Hi @hillin, pull requests are definitely welcomed! https://github.com/bakercp/PacketSerial/blob/master/docs/CONTRIBUTING.md

It's supported. What problem are you having? On Tue, May 12, 2020, 12:14 PM PB2 wrote: > This lib seems to be unsupported. A much easier to use and supported...

By the way, python, with test code is linked in the readme. On Wed, Nov 13, 2019, 12:52 PM Paul (mightyboat) wrote: > I'm trying to send a packet from...

@gordon13 One thing of note -- the `send` method takes a pointer e.g. ```cpp void send(const uint8_t* buffer, size_t size) const ``` and you are giving it a value, thus...

From @laserpilot ... but just adding a note here that someone has done a translation of the installationup4evr chapter into Japanese: https://github.com/hideyukisaito/Installation_Up_4evr - if that is another language to be...

Oops, should have searched closed issues :) yeah not sure what the best to do it is. As a core add-on, an exception may be justified.