Error reading an HDF5 in python (MacOS)
When trying to read an HDF5 (converted from a RAW recording) using the h5py library I have the following error:
- OSError: Can't read data (required filter 'HDF ECF filter; see http://www.hdfgroup.org/services/contributions.html' is not registered)
Here is the snippet producing the error:
import h5py
import hdf5plugin
f = h5py.File(p_data + files[1], 'r')
events = f['CD']['events']
print(events[0]) # line causing the error
Any suggestion is appreciated ;-)
Information
In this Community Forum, you can discuss products, technology and applications. Only registred users can post but everyone can read. To ask a private question, enter a support ticket in My Area
https://support.prophesee.ai/portal/en/newticket