Improve ALPR_OCR peformance
This commit is contained in:
@@ -1367,8 +1367,8 @@ int TestGetImage() {
|
||||
}
|
||||
int GenerateVideo() {
|
||||
std::string imageFolder = "E:\\Programs\\DemoAssets\\ImageSeries\\20260413_152604.321";
|
||||
std::string outputVideoPath = "E:\\Programs\\DemoAssets\\ImageSeries\\output1.mp4";
|
||||
int conversionResult = ANSCV_ImagesToMP4_S(imageFolder.c_str(), outputVideoPath.c_str(), 0, 5);
|
||||
std::string outputVideoPath = "E:\\Programs\\DemoAssets\\ImageSeries\\output3.mp4";
|
||||
int conversionResult = ANSCV_ImagesToMP4_S(imageFolder.c_str(), outputVideoPath.c_str(), 0,20);
|
||||
if (!conversionResult) {
|
||||
std::cerr << "Failed to convert images to MP4." << std::endl;
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user