We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a9b83 commit 91224f4Copy full SHA for 91224f4
AprilTagTrackers/Language_Chinese.cpp
@@ -33,12 +33,12 @@ Lang get_lang_chinese()
33
language.cameraApiDescriptions = []()
34
{
35
std::stringstream description;
36
- description << "0: 自动选择\n\n用于摄像头的API:";
+ description << "0: No preference\n\nCamera backends:";
37
for (const auto backend : cv::videoio_registry::getCameraBackends())
38
39
description << "\n" << int(backend) << ": " << cv::videoio_registry::getBackendName(backend);
40
}
41
- description << "\n\n用于视频流的API:";
+ description << "\n\nStream backends:";
42
for (const auto backend : cv::videoio_registry::getStreamBackends())
43
44
0 commit comments