Auto Capture

Somewhere to ask questions about the best way to use SharpCap
Forum rules


If you have a problem or question, please check the FAQ to see if it already has an answer : https://www.sharpcap.co.uk/sharpcap-faqs
Post Reply
smithn00
Posts: 75
Joined: Fri Jan 04, 2019 2:29 pm

Auto Capture

#1

Post by smithn00 »

Is there an option to start capturing frames at a certain time in the SC 4.0 beta version?
User avatar
admin
Site Admin
Posts: 13330
Joined: Sat Feb 11, 2017 3:52 pm
Location: Vale of the White Horse, UK
Contact:

Re: Auto Capture

#2

Post by admin »

Hi,

yes, but you need to use the sequencer tool to set this up - see viewtopic.php?f=38&t=3109 for an intro.

The simplest sequence would be something like

Code: Select all

SEQUENCE
    WAIT UNTIL LOCALTIME 18:30
    CAPTURE 1000 LIVE FRAMES
END SEQUENCE
This assumes that the camera is already selected and set up. Obviously you can build on this and customize.

cheers,

Robin
Post Reply