PeelCapture
This is the Api Documentation for PeelCapture. See also: User Documentation
Custom python scripts can be put in a “userPython” directory in the application folder.
Custom devices can be put in a python module named “peel_user_devices”. Any classes in this module that inherit from PeelDeviceBase will be added to the device list.
The main UI can be modified by getting a reference to the main window and calling the related QT methods:
from PeelApp import cmd
print(cmd.getMainWindow())
Contents:
Indices and tables
Peel Software Development LLC 2022