Skip to content

Provide a pipeline of actions #1

@gigibiffi84

Description

@gigibiffi84

Because PTZ provides a more types of action than the camera moves such as zoom, brightness adjust, contrast adjust., it could be fine to use the action method with a pipeline of action. For example the "moveLeft|stopLeft|zoomIn|brightenessHigh" could be pipeline with this behavior:

  • move to the left
  • then stop
  • then zoom in
  • then adjust brightness to be more high

At every action should be associated its value the proposed syntax could be "action:value" so the above pipeline could be "moveLeft:3000|stopLeft:1|zoomIn:3|brightnessHigh:3" , so:

  • move to the left for 3 secs
    • then stop right now
    • then zoom in with step 3
    • then adjust brightness to be more high of 3 steps

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions