Remove triggerCapture
This commit is contained in:
1
api.cpp
1
api.cpp
@@ -313,6 +313,5 @@ EMSCRIPTEN_BINDINGS(gphoto2_js_api) {
|
|||||||
.function("capturePreviewAsBlob", &Context::capturePreviewAsBlob)
|
.function("capturePreviewAsBlob", &Context::capturePreviewAsBlob)
|
||||||
.function("captureImageAsFile", &Context::captureImageAsFile)
|
.function("captureImageAsFile", &Context::captureImageAsFile)
|
||||||
.function("hasPendingEvent", &Context::hasPendingEvent)
|
.function("hasPendingEvent", &Context::hasPendingEvent)
|
||||||
.function("triggerCapture", &Context::triggerCapture)
|
|
||||||
.function("supportedOps", &Context::supportedOps);
|
.function("supportedOps", &Context::supportedOps);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user