luxonis / XLink

A cross-platform library for communicating with devices over various physical links.
Apache License 2.0
12 stars 18 forks source link

Flash booted state #7

Closed themarpe closed 3 years ago

themarpe commented 3 years ago

Added flash booted state as well as capability to boot a device into bootloader (cross platform)

themarpe commented 3 years ago

@alex-luxonis yes - in the works in branch device_search_improvements :) Right now it took a too wide turn with refactoring - removed all Windows specific stuff and tried going with libusb only, but libusb doesn't have nice integration options available (no CMake, only VS solutions for Windows), so will rather keep Windows WinUSB and libusb for UNIX.