Skip to content

Commit

Permalink
add nv12 format to default
Browse files Browse the repository at this point in the history
  • Loading branch information
mpromonet committed Oct 1, 2022
1 parent 737c4f8 commit 83fbac1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ int main(int argc, char** argv)
videoformatList.push_back(V4L2_PIX_FMT_H264);
videoformatList.push_back(V4L2_PIX_FMT_MJPEG);
videoformatList.push_back(V4L2_PIX_FMT_JPEG);
videoformatList.push_back(V4L2_PIX_FMT_NV12);
}

#ifdef HAVE_ALSA
Expand Down

0 comments on commit 83fbac1

Please sign in to comment.