From 1559e4606ffeb10b8066f5f175806927b6a3a785 Mon Sep 17 00:00:00 2001 From: Evan Harvey Date: Wed, 18 Dec 2024 16:46:09 -0700 Subject: [PATCH] Include ImageAquisition MSMF and DCAM mono --- .../common/lib/camera/config.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/source/library_reference/common/lib/camera/config.rst b/doc/source/library_reference/common/lib/camera/config.rst index 2f723ed36..4a0481af5 100644 --- a/doc/source/library_reference/common/lib/camera/config.rst +++ b/doc/source/library_reference/common/lib/camera/config.rst @@ -31,6 +31,24 @@ Image Acquisition Classes :show-inheritance: :member-order: groupwise +.. currentmodule:: opencsp.common.lib.camera.ImageAcquisition_DCAM_mono + +.. automodule:: opencsp.common.lib.camera.ImageAcquisition_DCAM_mono + :members: + :special-members: __init__ + :undoc-members: + :show-inheritance: + :member-order: groupwise + +.. currentmodule:: opencsp.common.lib.camera.ImageAcquisition_MSMF + +.. automodule:: opencsp.common.lib.camera.ImageAcquisition_MSMF + :members: + :special-members: __init__ + :undoc-members: + :show-inheritance: + :member-order: groupwise + UCamera Classes and Utility Functions =====================================