ap-- / python-seabreeze

Python module for OceanOptics spectrometers
https://python-seabreeze.readthedocs.io
MIT License
209 stars 81 forks source link

OceanHR4 connection issue #241

Closed s910324 closed 4 months ago

s910324 commented 5 months ago

spectrometer and system information

current problem

  1. Ocean HR4 cannnot be found using both cseabreeze and pyseabreeze backend
  2. Both WINUSB (v10.0.22621.2506) and WINUSB (v6.1.7600.16385) driver were tested, but does no difference
  3. Tried on two window machine, both have trobule finding HR4, but can recognize Ocean USB2000+ without any issue
  4. Ocean HR4 can be found using OceanView 2.0.13 and works properly.
  5. The HR4 system property window as below, it does not show Manufacturer correctly, I assume this might be the reason that it failed to show on the list image

steps to reproduce

import seabreeze from seabreeze.spectrometers import list_devices, Spectrometer print( list_devices()) result shows [] if only HR4 is connected

like to have some help, thank you.

ap-- commented 4 months ago

The HR4 is currently not supported. Contributions for adding support are welcome!

MicheleCotrufo commented 4 months ago

@s910324 We added support for HR4 in the last version (released few days ago) - any feedback would be great!