Events

Special events
  • ThumbChanged - called when the captured image preview is rendered, this can be used to simulate the final image result, not required to call the WorkflowAction=>(Un)LoadImage
  • LiveViewEvent - called when the live view image is rendered, this can be used to simulate the final image result, not required to call the WorkflowAction=>(Un)LoadImage, this event is called multiple times in a second so it can use lot of resources, it is indicated to use only actions which process images
  • FileTransferred - called after the image is transfered from camera as a temporary file, can be used when no images are processed later like creating backup copy
  • ProcessItem - called for every captured item when WorkflowAction=>FinishSession executed, this can be used when the image is processed after capture like contrast is changed by the user, if this event is used, it important the user to execute the WorkflowAction=>FinishSession else the captured image will be lost.