Skip to content

Commit

Permalink
Issue #104 [ci-skip]:
Browse files Browse the repository at this point in the history
Revert "Issue #46: using buttom-up flag with for ARGB captures"

This reverts commit a0f3f53.
  • Loading branch information
dzhoshkun committed Apr 30, 2019
1 parent e76a16a commit d80f7ec
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/epiphansdk/epiphansdk_video_source.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@ VideoSourceEpiphanSDK::VideoSourceEpiphanSDK(
else if (colour_space == V2U_GRABFRAME_FORMAT_I420)
_colour = I420;
else
{
_colour = BGRA;
_flags |= V2U_GRABFRAME_BOTTOM_UP_FLAG; // for some reason without this the image is flipped
}
_flags |= colour_space;

VideoFrame frame(_colour);
Expand Down

0 comments on commit d80f7ec

Please sign in to comment.