Merge branch 'camera_modes' into 'v3'
Update camera API to use defined capture modes Closes #424, #436, #786, #405, and #593 See merge request openflexure/openflexure-microscope-server!601
This commit is contained in:
commit
d3c4773884
23 changed files with 992 additions and 492 deletions
|
|
@ -7,20 +7,9 @@
|
|||
<div class="uk-margin">
|
||||
<action-button
|
||||
thing="camera"
|
||||
action="capture_jpeg"
|
||||
:submit-data="{ stream_name: 'main' }"
|
||||
:submit-label="'Low Resolution'"
|
||||
@response="handleCaptureResponse"
|
||||
@error="modalError"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="uk-margin">
|
||||
<action-button
|
||||
thing="camera"
|
||||
action="capture_jpeg"
|
||||
:submit-data="{ stream_name: 'full' }"
|
||||
submit-label="Full Resolution"
|
||||
action="capture"
|
||||
:submit-data="{ capture_mode: 'standard' }"
|
||||
submit-label="Capture"
|
||||
:submit-on-event="'globalCaptureEvent'"
|
||||
@response="handleCaptureResponse"
|
||||
@error="modalError"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue