bitbashing
bitbashing
In `calib-stereo.cpp` you're using Vec3d to store and then write the contents of vector T. opencv does not store metadata about the type of the container for Vec3d as it...
Looking forward to using this module. Right off the bat, I'm getting "SimpleTokenAuthentication::NoAdapterAvailableError: No adapter could be loaded, probably because of unavailable dependencies." presumably because I'm using Cassandra with cequel...
Adds support for simple_token_authentication when dealing with Cequel::Record(s). count() could cause a full scan of table on Cassandra and thus Cequel throws DangerousQueryError. find_by_authentication_token() uses the already present index.
Kudos @wandenberg for your work on the module. I've written a C-based socket client which interfaces with nginx/nginx-push-stream-module and is meant to receive streams from the server after they were...
I have multiple server instances defined in `/etc/nginx/sites-available` and enabled in `/etc/nginx/sites-enabled`, running on different ports for separation of concerns. Standard configurations, say: instance A: ``` server { listen 5601;...
Adds support for CAM0 along with CAM1, to match dual camera support in the OEM I/O dev board. Summary of changes: - add P5 camera connector - add R16/R17 I2C...
Kudos @magkopian for creating this base board and for sharing it with us here. The CM4 revision is now out (with the KiCad schematic entirely open sourced) but this is...