Skip to content

Commit ec07664

Browse files
authored
Update videocapture.cpp (#6)
Line 1755: variable name mExpoureRawMax TYPO to correct to mExposureRawMax parameter name found.
1 parent 7d581a7 commit ec07664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/videocapture.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ int VideoCapture::ll_isp_is_aecagc(int side) {
12851285

12861286
// Adjust Value
12871287
if (hr == 0)
1288-
result = ((value & MASK_ON) == MASK_ON); //check that secodn bit is on
1288+
result = ((value & MASK_ON) == MASK_ON); //check that second bit is on
12891289
else
12901290
return hr;
12911291

0 commit comments

Comments
 (0)