public class CampusView extends Object implements CaptureControlsDelegate
| Constructor and Description |
|---|
CampusView()
Create the application.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Launch the application.
|
void |
snapshot()
take a snapshot
|
void |
startBatch(File dir,
File md,
String capturer,
String type)
start a new batch
|
void |
startRecording(int rateSeconds)
Start recording
|
void |
stopBatch()
Stop the current batch
|
void |
stopRecording()
Stop recording
|
void |
updateCaptureSettings(int capWidth,
int capHeight,
double capRate)
Update the settings
|
public CampusView() throws IOException
IOExceptionpublic void snapshot()
CaptureControlsDelegatesnapshot in interface CaptureControlsDelegatepublic void startRecording(int rateSeconds)
CaptureControlsDelegatestartRecording in interface CaptureControlsDelegatepublic void stopRecording()
CaptureControlsDelegatestopRecording in interface CaptureControlsDelegatepublic void updateCaptureSettings(int capWidth, int capHeight, double capRate)
CaptureControlsDelegateupdateCaptureSettings in interface CaptureControlsDelegatepublic void startBatch(File dir, File md, String capturer, String type)
CaptureControlsDelegatestartBatch in interface CaptureControlsDelegatepublic void stopBatch()
CaptureControlsDelegatestopBatch in interface CaptureControlsDelegate