Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide a pipeline of actions #1

Open
muten84 opened this issue Apr 10, 2016 · 0 comments
Open

Provide a pipeline of actions #1

muten84 opened this issue Apr 10, 2016 · 0 comments

Comments

@muten84
Copy link
Owner

muten84 commented Apr 10, 2016

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant