
[CtrlS || Wise-Plate]LPR(차량번호인식) Engine :: API 연동
·
주차관제
Windows 설치 환경- Wise Plate 는 Linux(Ubuntu 22.04) 환경에서 사용하도록 개발된 프로그램으로 리눅스 OS 사용하여야 함 . - Windows 10(20H2) 이상의 OS 환경에서 사용 할 경우 WSL 을 통한 Linux System 구축 후 Wise Plate’ 연동 진행Wise Plate 동작 확인• Request (GET) http://localhost:8070 • Response {“version”: “024.020.102-master”} • Curl 예제 curl -X GET http://localhost:8070 • Python 예제 application/jsonimport requestsresponse = requests(url=”http://..