blue iris code project set up

trapper

Getting comfortable
Joined
Feb 11, 2017
Messages
253
Reaction score
268
Hello everyone I purchased BI this weekend and installed code Project. I am running just one camera for testing. I installed LPR module 3.2.2 and i tried to run it in BI
08:29:21:Module ALPR installed successfully.
08:29:21:
08:29:21:Module 'License Plate Reader' 3.2.2 (ID: ALPR)
08:29:21:Valid: True
08:29:21:Module Path: <root>\modules\ALPR
08:29:21:Module Location: Internal
08:29:21:AutoStart: True
08:29:21:Queue: alpr_queue
08:29:21:Runtime: python3.9
08:29:21:Runtime Location: Local
08:29:21:FilePath: ALPR_adapter.py
08:29:21:Start pause: 3 sec
08:29:21:parallelism: 0
08:29:21:LogVerbosity:
08:29:21:platforms: all,!windows-arm64
08:29:21:GPU Libraries: installed if available
08:29:21:GPU: use if supported
08:29:21:Accelerator:
08:29:21:Half Precision: enable
08:29:21:Environment Variables
08:29:21:AUTO_PLATE_ROTATE = True
08:29:21:CROPPED_PLATE_DIR = <root>\Server\wwwroot
08:29:21:MIN_COMPUTE_CAPABILITY = 6
08:29:21:MIN_CUDNN_VERSION = 7
08:29:21:OCR_OPTIMAL_CHARACTER_HEIGHT = 60
08:29:21:OCR_OPTIMAL_CHARACTER_WIDTH = 30
08:29:21:OCR_OPTIMIZATION = True
08:29:21:pLATE_CONFIDENCE = 0.7
08:29:21:pLATE_RESCALE_FACTOR = 2
08:29:21:pLATE_ROTATE_DEG = 0
08:29:21:REMOVE_SPACES = False
08:29:21:ROOT_PATH = <root>
08:29:21:SAVE_CROPPED_PLATE = False
08:29:21:
08:29:21:Started License Plate Reader module
08:29:21:Installer exited with code 0
08:29:22:ALPR_adapter.py: Traceback (most recent call last):
08:29:22:ALPR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR_adapter.py", line 11, in
08:29:22:ALPR_adapter.py: from ALPR import init_detect_platenumber, detect_platenumber
08:29:22:ALPR_adapter.py: File "C:\Program Files\CodeProject\AI\modules\ALPR\ALPR.py", line 7, in
08:29:22:ALPR_adapter.py: import utils.tools as tool
08:29:22:ALPR_adapter.py: ModuleNotFoundError: No module named 'utils.tools'
08:29:22:Module ALPR has shutdown
08:29:22:ALPR_adapter.py: has exited
08:29:24:Module ALPR started successfully.
In the code project status tab it states failed to start. Can someone give some guidance on how to fix this issue. thanks much for your help and patience BIG learning curve for me
 

trapper

Getting comfortable
Joined
Feb 11, 2017
Messages
253
Reaction score
268
additionally code project does not show in task manager only BI
 
Top