Operator View is intended to allow you to design a simple UI for your line operators, where they can view the camera with an evaluation of the current image and optionally see other information or be able to enter/choose inputs, which can then be processed by https://pekatvision.atlassian.net/wiki/x/LIibKQmodules.
Editor
Editor is the place where you can design, how the Operator View should look - determine what elements it should contain and customize its position, style, and function.
...
When you finish configuring your operator view in Editor, click on Save and go back to the Camera Functions tab and select Operator View > Open, then a window like this will open (with elements as you defined them in Editor) and the operator can start interacting with it:
...
If you press Statistics, you can inspect how many images were processed and what was the success rate during the time between selected dates.
...
Info |
---|
For images you saved (when you had ‘Save images’ enabled while the Operator View was running) you can see the operator inputs at that time in the https://pekatvision.atlassian.net/wiki/x/2YibKQ tab under 'operatorInput’ key, which is a dictionary containing key-value pairs for all your inputs/selects/sliders. If you set some dynamic label, you can see the value of its context key (if you set its value in code) at that time under the context key name you selected, so e.g. 'label_key' in this example. If you set visibility by key for some element and you set its value in code, you will see it here too under the name you selected for the key so e.g. ‘visibility_key’ in this example. |