List and Select 'Capture Profiles'

Discussions on extending SharpCap using the built in Python scripting functionality
Post Reply
VAntico
Posts: 5
Joined: Mon Aug 21, 2017 10:26 pm

List and Select 'Capture Profiles'

#1

Post by VAntico »

Hi Robin.

Is there a method to get the 'Capture Profiles' list, and run the selected from Python?

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

Re: List and Select 'Capture Profiles'

#2

Post by admin »

Hi Vito,

I'm afraid that currently there isn't a way to do either through scripting. Adding the ability to load a profile providing you know it's name is easy and I will do that for 3.1, getting a list will have to wait for later.

cheers,

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

Re: List and Select 'Capture Profiles'

#3

Post by admin »

Capture profiles are stored in files saved in the folder

Code: Select all

C:\Users\<username>\AppData\Roaming\SharpCap\CaptureProfiles
so it will be easy to find what is available.

cheers,

Robin
Post Reply