Page 1 of 1

List and Select 'Capture Profiles'

Posted: Thu Sep 07, 2017 7:46 am
by VAntico
Hi Robin.

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

Thanks
Vito

Re: List and Select 'Capture Profiles'

Posted: Thu Sep 07, 2017 8:29 pm
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

Re: List and Select 'Capture Profiles'

Posted: Thu Sep 07, 2017 8:32 pm
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