Open justinbacle opened 2 years ago
Experiencing the same
I got the same error in my environment.
OS: Windows10, Windows11 Camera: Basler USB 3.0 camera
I am able to successfully complete the tutorial on Ubuntu 22.04 with a Basler 45ucPRO camera, but for some reason I get the same error when trying to execute the same code in windows using WebUSB
called `Result::unwrap()` on an `Err` value: ControlError(Io(libusb error: pipe error
Caused by:
pipe error))
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Hello all, just starting to use this rust lib as I am coming from python and the harvesters module (which is basically the equivalent of cameleon, but for python) but got sick of the snail pace of python.
My camera is as follows, (gathered from SpinView, before changing driver to libusb) :
Steps I did : Setup rust environment, tested that hello world worked. Installed libusb installed device driver with zadig Added dependencies to cargo.toml
as specified in readme.md build the example script given in the readme.md
output:
on line
Am I missing something obvious ?