|
@@ -731,7 +731,7 @@ int VideoCaptureImpl::StartVideoCapture()
|
|
|
if (ioctl(m_deviceFd, VIDIOC_G_PARM, &streamparms) == 0) {
|
|
|
char stroutrate[256] = { 0 };
|
|
|
snprintf(stroutrate, 256, "Get video capture numerator is %d, denominator is %d.", streamparms.parm.capture.timeperframe.numerator, streamparms.parm.capture.timeperframe.denominator);
|
|
|
- CapLogEvent(1, strframerate);
|
|
|
+ CapLogEvent(1, stroutrate);
|
|
|
}
|
|
|
}
|
|
|
}
|