📄 jpeg_netcamcfg.tcf
字号:
/*
* ------------ videocfg.tcf-----------
*/
utils.loadPlatform("EvmDM642");
/*
* import board-specific parameters for use by DDK examples.
*/
utils.importFile("EvmDM642_ddk.tci");
utils.importFile("jpeg.tci");
utils.importFile("net_cam.tci");
/*
* Check if there have been errors and generate the configuration
* database file.
*
*/
if (config.hasReportedError == false) {
prog.gen("../../video_networking/jpeg_netcam/jpeg_netcam.cdb");
} else {
throw new Error( "Error in config script -- database not generated." );
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -