일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- l4t
- meta-tegra
- udpsink
- lineedit
- vpi
- linux
- Jetson
- 티스토리챌린지
- nvidia
- camera
- vpiimage
- RDEPENDS
- 봉화 숲속캠핑장
- yocto
- server error
- libargus api
- cpu frequency
- gstsample
- 오블완
- mkfs.ext4
- nvarguscamerasrc
- bash
- bitbake
- boot process
- LAYERS
- orin nx
- libargus
- gcc7
- ssd 포맷
- /dev/kmsg
- Today
- Total
목록전체 글 (105)
DREAMER
GDBusProxy는 프록시가 remote 개체의 D-Bus 인터페이스에 접근하는데 사용되는 base 클래스이다.well-known 이름과 고유한 이름 모두에 대해 GDBusProxy를 구성할 수 있다. 기본적으로 GDBusProxy는 remote 개체의 모든 프로퍼티를 캐시에 저장하고, 수신하는 모든 신호를 프록시한다.이러한 동작은 프록시가 생성될 때 적절한 GDBusProxyFlag를 전달하여 변경할 수 있다.만약 프록시가 well-known 이름이라면, 그 이름 소유자가 사라지면 프로퍼티 캐시가 flush 되고, 소유자가 나타나면 reload된다. 프록시 이름의 고유한 이름 소유자는 추적되며 GDBusProxy:g-name-owner에서 읽을 수 있다.변경사항을 알리기 위해 GObject::noti..
GstSample -> VPIImage void pullImage(GstSample *sample) { GstBuffer *buffer = gst_sample_get_buffer(sample); GstMapInfo buffer_info; if(buffer != NULL) { gst_buffer_map(buffer, &buffer_info, GST_MAP_READ); if (image == NULL) { memset(&imgData, 0, sizeof(imgData)); imgData.bufferType ..
Wi-Fi 6E AX210 드라이버를 올리던 중, 해당 드라이버는 5.10 이상에서 지원한다는 것을 발견하였다. 기존 커널 버전은 18.04 LTS에서 20.04 GA 버전 업그레이드 했던 상태이다.$ uname -aLinux USER 5.4.0-177-generic #197-Ubuntu SMP Thu Mar 28 22:45:47 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 레파지토리 등록$ sudo add-apt-repository ppa:canonical-kernel-team/proposed -y 패키지 리스트 업데이트 및 5.15. 설치$ sudo apt update$ sudo apt install linux-headers-5.15.*-*-generic linux-ima..
nvarguscamerasrc -> waylandsinkgst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=2 ! nvvidconv ! 'video/x-raw,format=(string)NV12,width=1920,height=1080' ! waylandsink 2 nvarguscamerasrc -> nvcompositor -> waylandsinkgst-launch-1.0 nvcompositor name=mix sink_0::xpos=0 sink_0::width=960 sink_0::height=1080 sink_1::xpos=960 sink_1::width=960 sink_1::height=1080 ! \'video/x-raw(memory:NVMM), ..