TheMarpe

Results 18 issues of TheMarpe

Added CMake build system support with accompanying tests and examples. Let me know if there is anything to modify/improve and if you are interested in bringing this in. (Saw the...

## Description Addresses a change in: https://github.com/pybind/pybind11/pull/3310 Discussion/rationale can be found over at: https://github.com/pybind/pybind11/pull/3310#discussion_r887191310 ## Suggested changelog entry: ```rst Fixes the class names generated by ``bind_map``: - Change the naming...

TODO: - Fix paths (being able to specify DepthAI and OpenCV installation directory) - Revisit DLL install - could be done by checking runtime deps of depthai-core & depthai-opencv

Added a stress test program, to load FW with various tasks to perform. TODO - modify to use frames from host along cameras for subsequent operations (for repeatability)

Exposed Timesync configurability: - Disable timesync (apart from initial sync) - Modify sync period, number of samples per sync and whether samples are acquired randomly - Moved timesync to DeviceBase...

**Why** Currently, DepthAI devices run unified FW with little to no upfront knowledge about a particular board it is running on. With future designs and more permutations, knowing the board...

enhancement

Adds explicit ARM64 wheels (compared to universal2, as the actual wheels don't contain x86_64 code along by default), and to reduce the wheel size. On Intel Macs, pip will download...

Exposed Timesync configurability: - Disable timesync (apart from initial sync) - Modify sync period, number of samples per sync and whether samples are acquired randomly - Moved timesync to DeviceBase...

# Performance and memory usage improvement Hi! Big fan of CMakeRC library. Lately I've been working with it a lot and came up with an idea to use the incbin...

Added CI for generating multiarch Docker images as well as created Dockerfile to facilitate creation of Docker Images that can run utilities in `depthai` repository