Integrate supported ops into the UI

This commit is contained in:
Ingvar Stepanyan
2021-07-26 13:09:10 +00:00
parent 95ed711729
commit e3ea463db5
6 changed files with 49 additions and 44 deletions

View File

@@ -185,12 +185,6 @@ class Context {
});
}
void triggerCapture() {
gpp_rethrow([=]() {
gpp_try(gp_camera_trigger_capture(camera.get(), context.get()));
});
}
private:
gpp_unique_ptr<Camera, gp_camera_unref> camera;
gpp_unique_ptr<GPContext, gp_context_unref> context;