반응형
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
- 티스토리챌린지
- Jetson
- boot process
- LAYERS
- /dev/kmsg
- nvidia
- yocto
- meta-tegra
- 오블완
- ssd 포맷
- l4t
- linux
- mkfs.ext4
- vpi
- camera
- bash
- bitbake
- cpu frequency
- RDEPENDS
- libargus
- lineedit
- udpsink
- orin nx
- gstsample
- libargus api
- 봉화 숲속캠핑장
- vpiimage
- server error
- gcc7
- nvarguscamerasrc
Archives
- Today
- Total
목록gstsample (1)
DREAMER
[VPI] GstSample -> VPIImage 변환
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 ..
프로그래밍/NVIDIA
2024. 10. 8. 15:20