Skip to content

Commit

Permalink
Use AVI instead of raw MJPEG
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold856 committed Dec 14, 2024
1 parent 6832afd commit 75427e9
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion wpical/src/test/native/cpp/test_calibrate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

const std::string projectRootPath = PROJECT_ROOT_PATH;
#ifdef __linux__
const std::string fileSuffix = ".mjpg";
const std::string fileSuffix = ".avi";
const std::string videoLocation = "/altfieldvideo";
#else
const std::string fileSuffix = ".mp4";
Expand Down

0 comments on commit 75427e9

Please sign in to comment.