增加CPP

This commit is contained in:
2025-12-26 10:02:00 +08:00
parent 4961794bf5
commit ef6a98d473
22 changed files with 1027 additions and 83 deletions

7
test_dir/v4l2.cpp Normal file
View File

@@ -0,0 +1,7 @@
#include <opencv2/opencv.hpp>
#include <iostream>
int main() {
std::cout << cv::getBuildInformation() << std::endl;
return 0;
}