Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
camera-node
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ThiefSil
camera-node
Commits
c78eca0d
Commit
c78eca0d
authored
4 months ago
by
한동현
Browse files
Options
Downloads
Patches
Plain Diff
docs(c): README.md 추가
parent
954fa42b
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
camera-node-control/README.md
+43
-0
43 additions, 0 deletions
camera-node-control/README.md
with
43 additions
and
0 deletions
camera-node-control/README.md
0 → 100644
+
43
−
0
View file @
c78eca0d
# 카메라 컨트롤 노드
초음파 센서를 이용하여 차량 접근을 감지하고 차량 접근시 카메라로 촬영하여 번호판을 인식하여 인식한 차량 번호를 컨트롤 노드에게 전송합니다.
## 주요 기능
-
초음파 센서를 통한 차량 접근 감지
-
libcamera를 이용한 카메라 제어 및 사진 촬영
-
OpenCV를 활용한 차량 번호판 영역 인식 및 이미지 추출
-
파이썬 OCR 서버를 통한 차량 번호 OCR
-
컨트롤 노드와의 통신
## 빌드 방법
```
sh
make clean
make
```
## 실행 방법
```
sh
./camera
```
## 요구사항
-
OpenCV
-
libcamera
## 프로젝트 구조
```
camera-node-control/
├── camera.cpp # 메인 카메라 제어 코드
├── gpio.cpp # GPIO 제어 코드
├── gpio.h # GPIO 헤더 파일
└── Makefile # 빌드 스크립트
# 이미지 저장 경로
../images/ # 원본 차량 이미지
../plates/ # 추출된 번호판 이미지
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment