Documentation for Sharpcap object model

Discussions on extending SharpCap using the built in Python scripting functionality
Post Reply
zerolatitude
Posts: 156
Joined: Mon Mar 01, 2021 5:24 am

Documentation for Sharpcap object model

#1

Post by zerolatitude »

Hi,

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

Thanks.
User avatar
admin
Site Admin
Posts: 13177
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Documentation for Sharpcap object model

#2

Post 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
zerolatitude
Posts: 156
Joined: Mon Mar 01, 2021 5:24 am

Re: Documentation for Sharpcap object model

#3

Post by zerolatitude »

Thanks
Post Reply