Page 1 of 1

Documentation for Sharpcap object model

Posted: Tue Aug 03, 2021 3:08 pm
by zerolatitude
Hi,

Is there a consolidated document for this? Can't seem to find anything in the help manual.

Thanks.

Re: Documentation for Sharpcap object model

Posted: Tue Aug 03, 2021 6:35 pm
by admin
Hi,

there is no comprehensive documentation, but you can browse this sub forum for lots of examples and suggestions as well as using the 'help(...)' command inside the python scripting console to find out what is available.

Code: Select all

help(SharpCap)
cheers,

Robin

Re: Documentation for Sharpcap object model

Posted: Wed Aug 04, 2021 2:19 am
by zerolatitude
Thanks