-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bootup sprint #18
Bootup sprint #18
Conversation
…and USBCameraSettables
…ard stream (unused)
This fixes {{ }}
Fixes duplication on renaming pipeline
Codecov Report
@@ Coverage Diff @@
## master #18 +/- ##
============================================
- Coverage 59.15% 49.76% -9.40%
- Complexity 372 424 +52
============================================
Files 114 140 +26
Lines 2850 3820 +970
Branches 265 350 +85
============================================
+ Hits 1686 1901 +215
- Misses 1029 1810 +781
+ Partials 135 109 -26
Continue to review full report at Codecov.
|
return camera.getVideoMode(); | ||
return camera.isConnected() ? camera.getVideoMode() : null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whyd I add this?
Kinda touches everything.
Still doesn't support HTTP requests