Skip to content

Commit

Permalink
src:fix export
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoming <[email protected]>
  • Loading branch information
QQxiaoming committed Mar 7, 2023
1 parent 7be4298 commit f2ec8e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ImgExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,9 @@ void ImgExport::export_bayer(QImage *Img, const QString &sequence,int bit, const
}

if(odd)
return {P0_0,P1_0,P2_0,P3_0};
else
return {P0_1,P1_1,P2_1,P3_1};
else
return {P0_0,P1_0,P2_0,P3_0};
};
auto func_write_pixes = [&save,&bit](QList<unsigned char> P) -> void
{
Expand Down

0 comments on commit f2ec8e4

Please sign in to comment.