-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathWbeGlobalVariables.py
More file actions
45 lines (36 loc) · 1 KB
/
WbeGlobalVariables.py
File metadata and controls
45 lines (36 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
########################################################################
#
# @File: WbeGlobalVariables.py
#
# @Author: İbrahim Alan
# Onur Güzel
#
# @Mail: ibrahimalan996@gmail.com
# onurguzel4@gmail.com
#
# @Description: This library contains global variables
#
# @Note: Version 1.0.0 (Library version) - 14 APR 2020
#
# Created on 14 APR 2020 - TUE, 13.06
#
# @Version 1.0.0 - Modified Date : 14 APR 2020
#
########################################################################
#!/usr/bin/env python
# Import Libraries
try:
pass
except ImportError:
print("Some required files could not be found for program...",
"\nPlease contact with the manufacturer!")
# To select input source
"""
input_selection
0 -> Internal Camera
1 -> External Camera
2 -> Test Image
"""
input_selection = 0
# To allow operation about user information messages
info_print_allowed = 1