Skip to content

Commit

Permalink
Issue #115: set max frame rate to an artificially large number
Browse files Browse the repository at this point in the history
  • Loading branch information
dzhoshkun committed May 15, 2019
1 parent 38bc6b8 commit 5102aba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/epiphansdk/epiphansdk_video_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ VideoSourceEpiphanSDK::VideoSourceEpiphanSDK(
std::cerr << "Could not open " << device_id << std::endl;
return;
}
FrmGrab_SetMaxFps(_frame_grabber, 160);

if (colour_space != V2U_GRABFRAME_FORMAT_I420 && colour_space != V2U_GRABFRAME_FORMAT_RGB24)
{
Expand Down

0 comments on commit 5102aba

Please sign in to comment.