일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- linux
- bash
- camera
- meta-tegra
- cpu frequency
- mkfs.ext4
- ssd 포맷
- libargus
- server error
- orin nx
- 봉화 숲속캠핑장
- LAYERS
- bitbake
- yocto
- vpiimage
- 티스토리챌린지
- gstsample
- libargus api
- boot process
- gcc7
- udpsink
- 오블완
- l4t
- vpi
- Jetson
- lineedit
- nvidia
- nvarguscamerasrc
- RDEPENDS
- /dev/kmsg
- Today
- Total
목록전체 글 (105)
DREAMER

우리가 생각하는 모니터의 당연한 기능은 다음과 같다. 전원이 켜져있던 모니터에 HDMI 케이블을 꽂으면, 모니터에 영상이 나온다. 요즘 대부분의 디스플레이에서 당연히 지원하는 위의 기능을 가능하게 하는 것이 Hot Plugging 이다. 소스 장치(PC)와 싱크 장치(모니터) 둘다 전원이 켜져 있는 동안, 소스장치에 "Hot Plugged"되면 즉시 그에 맞는 디스플레이 설정으로 활성화 되는 기능이다. 이러한 동작은 3가지 단계를 거쳐야 한다. HPD (Hot Plug Detection) DDC (Display Data Channel) EDID (Extended Display Identification Data) [HPD란?] 디스플레이 장치를 소스 장치에 핫 플러깅 하는 것은 디바이스들이 둘다 전원이 ..

[ 0%] Building CXX object 3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfZipCompressor.cpp.o /home/soyun/opencv-2.4.9/3rdparty/openexr/IlmImf/ImfZipCompressor.cpp:47:18: fatal error: zlib.h: No such file or directory compilation terminated. make[2]: *** [3rdparty/openexr/CMakeFiles/IlmImf.dir/IlmImf/ImfZipCompressor.cpp.o] Error 1 make[1]: *** [3rdparty/openexr/CMakeFiles/IlmImf.dir/all] Error..
$ nano /etc/wpa_supplicant.conf 로 네트워크 수정 ctrl_interface=/var/run/wpa_supplicantctrl_interface_group=0update_config=1 network={ ssid="ssid-sienna" psk="12345678" key_mgmt=WPA-PSK #proto=WPA2 priority=2 } $ wpa_supplicant -i wlan0 -c /etc/wpa_sullicant.cnf -B -D nl80211 $ udhcpc -i wlan0
Managed WIfi 사용하였기 때문에 AccessPoint 및 Tag 등등 사용하던 예제 남겨두기 용 private void setTAG() { wifi = new Wifi(); List aps = wifi.GetAccessPoints(); foreach (AccessPoint ap in aps) { try { ListViewItem items = new ListViewItem(ap.Name); //items.SubItems.Add(ap.SignalStrength + "%"); items.Tag = ap; if (ap.Name.Substring(0, 11) == "salfsat-faa" || ap.Name.Substring(0, 3) == "GVT" || ap.Name.Substring(0, 3) =..