반응형
Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- libargus api
- 오블완
- RDEPENDS
- udpsink
- ssd 포맷
- linux
- nvidia
- orin nx
- vpi
- mkfs.ext4
- cpu frequency
- server error
- l4t
- bitbake
- bash
- Jetson
- 봉화 숲속캠핑장
- lineedit
- gcc7
- meta-tegra
- libargus
- camera
- boot process
- 티스토리챌린지
- vpiimage
- /dev/kmsg
- yocto
- LAYERS
- gstsample
- nvarguscamerasrc
Archives
- Today
- Total
목록프로그래밍/Python (1)
DREAMER
[Error] evdev module에서 evdev.list_devices() 시 [] 리턴 (solved)
/dev/input 에는 아래와 같이 여러 input 디바이스가 존재한다. $ ls /dev/input by-id event1 event12 event2 event5 event8 mouse0 by-path event10 event13 event3 event6 event9 mouse1 event0 event11 event14 event4 event7 mice mouse2 하지만 >>> import evdev >>> devices = [evdev.InputDevice(path) for path in evdev.list_devices()] >>> print(devices) [] evdev.list_devices() 출력값이 빈 값으로 출력된다. 일반 유저권한으로는 접근할 수 없는 system 관련 디렉터리에 ..
프로그래밍/Python
2023. 5. 16. 13:41