Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- windows forms
- C++
- pandas
- YOLO
- 프로그래머스
- Selenium
- VS Code
- Linux
- Docker
- C#
- pytorch
- 명령어
- Visual Studio
- Numpy
- pip
- LIST
- label
- 기타 연주
- error
- SSH
- ubuntu
- OpenCV
- 오류
- 핑거스타일
- Python
- 채보
- JSON
- C
- paramiko
- mysql
Archives
- Today
- Total
목록Smart Record (1)
기계는 거짓말하지 않는다
DeepStream Python Smart Record filesink location 얻기
NVIDIA DeepStream SDK Python App에서 Smart Record start 시그널이 실행된 후,현재 저장되는 영상 파일의 경로(location)와 이름을 얻기 위해 고민하고 해결했던 과정이다.기존 DeepStream C++ 코드에서는 NvDsSRContext 내의 filesink에 Gstreamer Element로 저장된다.그래서 아래와 같이 이 filesink를 이용하면 현재 저장되고 있는 경로를 얻을 수 있다.g_object_get(G_OBJECT(ctx->filesink), "location", recording_video_file_path, NULL);그러나 NVIDIA DeepStream SDK Python App에서 Smart Record 진행 중 filesink의 loc..
SDK/NVIDIA DeepStream
2024. 12. 18. 22:40