Setup of new data request module for Intel Realsense camera
For the Intel Realsense camera a reusable module needs to be created:
- The class should inherit from the base class:
DaqRequest
- Testcases should be created using
python-unittest
. - Code coverage and static code checks should be checked.
A good orientation example for the setup is the UsbCameraRequest
-class.
Edited by Johann Brunner