Skip to content

Commit 2cc1108

Browse files
committed
fix: add back logs
1 parent 54e7fb5 commit 2cc1108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cscore/src/main/native/objcpp/UsbCameraImplObjc.mm

+1
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ - (AVCaptureDeviceFormat*)deviceCheckModeValid:(const cs::VideoMode*)toCheck
396396
// Check FPS
397397
for (auto mode : matchingModes) {
398398
for (CameraFPSRange& range : mode->fpsRanges) {
399+
OBJCDEBUG3("Checking Range {} {}", range.min, range.max);
399400
if (range.IsWithinRange(toCheck->fps)) {
400401
*fps = toCheck->fps;
401402
return mode->format;

0 commit comments

Comments
 (0)