Skip to content

Commit

Permalink
camera updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jun 18, 2020
1 parent b987c40 commit 0b90dbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions camera/gstCamera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ bool gstCamera::buildLaunchStr()
ss << "width=(int)" << GetWidth() << ", height=(int)" << GetHeight() << " ! ";
}

//ss << "queue max-size-buffers=16 ! ";

if( mOptions.codec == videoOptions::CODEC_H264 )
ss << "h264parse ! omxh264dec ! video/x-raw ! ";
else if( mOptions.codec == videoOptions::CODEC_H265 )
Expand Down

0 comments on commit 0b90dbc

Please sign in to comment.