mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 03:29:19 +02:00
extcam camera preview
This commit is contained in:
10
Globals.cpp
10
Globals.cpp
@@ -702,6 +702,16 @@ global_settings::ConfigParse(cParser &Parser) {
|
||||
Parser.getTokens( 1 );
|
||||
Parser >> uart_conf.debug;
|
||||
}
|
||||
#endif
|
||||
#ifdef USE_EXTCAM_CAMERA
|
||||
else if( token == "extcam.cmd" ) {
|
||||
Parser.getTokens( 1 );
|
||||
Parser >> extcam_cmd;
|
||||
}
|
||||
else if( token == "extcam.res" ) {
|
||||
Parser.getTokens( 2 );
|
||||
Parser >> extcam_res.x >> extcam_res.y;
|
||||
}
|
||||
#endif
|
||||
else if (token == "loadinglog") {
|
||||
Parser.getTokens( 1 );
|
||||
|
||||
Reference in New Issue
Block a user