diff --git a/host/src/app.c b/host/src/app.c index bae21101..6dc17afc 100644 --- a/host/src/app.c +++ b/host/src/app.c @@ -398,7 +398,7 @@ static bool captureStart(void) return false; } - if (app.iface->start && app.iface->start()) + if (app.iface->start && !app.iface->start()) { DEBUG_ERROR("Failed to start the capture device"); return false;