Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
SzabolcsGergely committed Feb 22, 2022
2 parents 0210113 + cef82a7 commit 2e3dbf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/depthai-shared/datatype/RawImgFrame.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ struct RawImgFrame : public RawBuffer {
}

struct Specs {
Type type;
Type type = Type::NONE;
unsigned int width; // width in pixels
unsigned int height; // height in pixels
unsigned int stride; // defined as distance in bytes from pix(y,x) to pix(y+1,x)
Expand Down

0 comments on commit 2e3dbf7

Please sign in to comment.