I’m using the latest development release on an H7 Plus with the GENX320 event sensor via the CSI module rather than the sensor module so I can receive raw event data and am attempting to enable the sensor vflip but can’t quite work out the syntax. I see the functions are all there for this sensor in the GitHub repo but can’t figure out the syntax. MicroPython is new to me and I’m struggling to figure out how the C code in the repo translates into Python classes/functions.
The csi.CSI module doesn’t appear to have a set_vflip() function like the sensor module. Can someone enlighten me on how to set this correctly?