C# Class Timelapser.Program

Datei anzeigen Open project: evercam/Timelapse

Public Properties

Property Type Description
Camera Camera
DownPath string
Evercam Evercam
FfmpegCopyPath string
FfmpegExePath string
FilePath string
FtpPassword string
FtpUser string
Initialized bool
TempFile string
TempPath string
TempTimelapse string
TimelapseExePath string
TsPath string
UpPath string
WatermarkFile string
WatermarkFileName string
chunkSize int

Public Methods

Method Description
ExitProcess ( string msg ) : void

Protected Methods

Method Description
CreateBashFile ( int frame_per_sec, string imagesPath, string tsPath, int chunkFileSize, int interval ) : void
CreateManifestFile ( string timelapsePath ) : void
CreateManifestFileForDownload ( string timelapsePath, string tsPath ) : void

Private Methods

Method Description
CurrentDomainUnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Main ( string args ) : void

Method Details

CreateBashFile() protected static method

protected static CreateBashFile ( int frame_per_sec, string imagesPath, string tsPath, int chunkFileSize, int interval ) : void
frame_per_sec int
imagesPath string
tsPath string
chunkFileSize int
interval int
return void

CreateManifestFile() protected static method

protected static CreateManifestFile ( string timelapsePath ) : void
timelapsePath string
return void

CreateManifestFileForDownload() protected static method

protected static CreateManifestFileForDownload ( string timelapsePath, string tsPath ) : void
timelapsePath string
tsPath string
return void

ExitProcess() public static method

public static ExitProcess ( string msg ) : void
msg string
return void

Property Details

Camera public_oe static_oe property

public static Camera Camera
return Camera

DownPath public_oe static_oe property

public static string DownPath
return string

Evercam public_oe static_oe property

public static Evercam Evercam
return Evercam

FfmpegCopyPath public_oe static_oe property

public static string FfmpegCopyPath
return string

FfmpegExePath public_oe static_oe property

public static string FfmpegExePath
return string

FilePath public_oe static_oe property

public static string FilePath
return string

FtpPassword public_oe static_oe property

public static string FtpPassword
return string

FtpUser public_oe static_oe property

public static string FtpUser
return string

Initialized public_oe static_oe property

public static bool Initialized
return bool

TempFile public_oe static_oe property

public static string TempFile
return string

TempPath public_oe static_oe property

public static string TempPath
return string

TempTimelapse public_oe static_oe property

public static string TempTimelapse
return string

TimelapseExePath public_oe static_oe property

public static string TimelapseExePath
return string

TsPath public_oe static_oe property

public static string TsPath
return string

UpPath public_oe static_oe property

public static string UpPath
return string

WatermarkFile public_oe static_oe property

public static string WatermarkFile
return string

WatermarkFileName public_oe static_oe property

public static string WatermarkFileName
return string

chunkSize public_oe static_oe property

public static int chunkSize
return int