Capture without multiple histograms

Discussions on extending SharpCap using the built in Python scripting functionality
Post Reply
SteveJP
Posts: 38
Joined: Sat Apr 28, 2018 8:35 am
Location: Melbourne, Australia

Capture without multiple histograms

#1

Post by SteveJP »

Hi,
I'm using SharpCap.SelectedCamera.CaptureSingleFrame() to capture a series of frames, but I get an additional ..CameraSettings.txt file and a histogram file each time. I'd like to limit this to one of each of these files per capture session like the standard capture dialog provides for. Is there a way to optionally suppress the generation of the settings and histogram files?
Thanks
Steve
User avatar
admin
Site Admin
Posts: 13122
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Capture without multiple histograms

#2

Post by admin »

Hi Steve,

you can turn the creation of these files on and off from scripting by assigning the appropriate value to

Code: Select all

SharpCap.Settings.CreateCameraSettingsFile
Cheers, Robin
SteveJP
Posts: 38
Joined: Sat Apr 28, 2018 8:35 am
Location: Melbourne, Australia

Re: Capture without multiple histograms

#3

Post by SteveJP »

admin wrote: Thu Dec 13, 2018 6:36 pm Hi Steve,

you can turn the creation of these files on and off from scripting by assigning the appropriate value to

Code: Select all

SharpCap.Settings.CreateCameraSettingsFile
Cheers, Robin
Thanks Robin, that's great.
Post Reply