Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
parkpow
GitHub Repository: parkpow/deep-license-plate-recognition
Path: blob/master/stream/ipro-adam-app/configuration.txt
643 views
1
############################################
2
# Configuration File for ADAM application #
3
############################################
4
5
#------------------------------------
6
# Application name information
7
#------------------------------------
8
#### Application Program File Name
9
APPLICATION pyAddInfo
10
11
#### Application Version Name (7 characters or less)
12
APPVERSION V1.1
13
14
#### Application Name(Number at the end of the Tag name is Region code (Country code))
15
APPNAME0 Platerecognizer Stream
16
17
#-------------------------------------
18
# Resource Information
19
#-------------------------------------
20
#### Required ROM (Flash memory) size for this application
21
ROMSIZE 550000
22
23
#### Required RAM (temporary files and heap) size for this application
24
#### adamapp1-adam-1 9.066 + 178.2
25
RAMSIZE 300000
26
27
#### Required CPU(%) use rate for this application
28
CPURATE 90
29
30
#--------------------------------------
31
# Script files Information
32
#--------------------------------------
33
#### Installer script file name (omissible)
34
INSTALLER install.sh
35
36
#### Updater script file name (omissible)
37
UPDATER update.sh
38
39
#### Uninstaller script file name (omissible)
40
# UNINSTALLER uninstall.sh
41
42
#--------------------------------------
43
# License information
44
#--------------------------------------
45
#### License registration function ID(8 digit hexadecimal value)
46
#### During development, set any value between 0000FF01 to 0000FFFF.
47
FUNCID 00002178
48
49