Block a user
6302: add Grabber
self.core.break_realtime()
delay(100*us)
# setup ROI boundaries
grabber.setup_roi(0, 0, 0, 2, 2)
grabber.setup_roi(1, 0, 0, 2048, 2048)
…
6302: add Grabber
No "Specifications" is okay, we already mentioned what CameraLink configurations the Grabber can support in other sections.
6302: add Grabber
The grabber image on sinara hw is outdated, the card was changed to 3 EEM since v1.1
6302: add Grabber
Grabber can support Full CameraLink via the third EEM. However, we only support base cameralink 8 to 16-bit Mono Base 1 tap (i.e. single pixel every CL clock) config in the current gateware.
roiviewer syscall: raise error when over height limit and use the usual order of ROI coordinate
stabilizer_pounder: fix pounder test procedure and use python3 pyserial
Right, it's using USB CDC-ACM, so any baudrate will work.