VideoWriterPlugin module

filename:VideoWriterPlugin.py
author:roar@tordivel.no
requirements:Scorpion 9.3.0.515 or higher

Scorpion GUI plugin for creating video from single images

1.0.0.2, 11nov2015, RL: modified for autodoc
1.0.0.1, 07jun2012, roar@tordivel.no:
  created
class VideoWriterPlugin.VideoWriterPlugin(cntr, name)[source]

Bases: object

Scorpion GUI plugin for creating video from single images

updateSourceCombo()[source]

populete list of images in combobox

getConfig()[source]

returns plugin configuration as string

setConfig(value)[source]

set plugin configuration from the string ‘value’

bFolderClick(sender, args)[source]

show folder selection dialog

bGuardClick(sender, args)[source]

select guard tagname

controlChanged(sender, args)[source]

notify configuration changed

enableControls()[source]

enable controls due to operation state

systemAccessControlChanged(settings, service)[source]

update rights

actionsBeforeStart()[source]

start of video

actionsAfterStop()[source]

end of video

actionsAfterGrab()[source]

add image to video

VideoWriterPlugin.CreatePlugin(hWnd, name='')[source]

Scorpion Plugin Stub - Required