반응형
QtCAM 은 무엇인가?
QtCAM은 e-con Systems 에서 개발하여 무료배포하고 있는 소프트웨어이다. 이 소프트웨어는 Qt5 오픈소스로 개발되었다. 소위 웹캠이라고 불리는 (UVC 지원) USB카메라를 위한 리눅스 어플리케이션이다. 2022년 12월 현재, Ubuntu 20.04 와 18.04 와 그 하위 (일부) 버전에서 동작 된다.
QtCAM 설치하기
우분투 20.04 QtCAM 설치하기
터미널에서 우분투 20.04 (forcal) ppa qtcam 저장소를 추가하고 업데이트 한다.
$ sudo apt-add-repository ppa:qtcam/focal
$ sudo apt-get update
터미널에서 apt 명령어로 qtcam 을 설치한다.
$ sudo apt-get install qtcam
터미널에서 qtcam 을 실행한다. USB UVC 카메라의 extension 기능을 사용하기 위해 sudo 권한을 부여한다.
$ sudo qtcam
qtcam 기본적인 사용법은 다음과 같다.
- qtcam 에서 카메라를 연결한다.
- qtcam 메뉴의 Video Capture 설정에서 비디오의 해상도를 변경할 수 있다.
- qtcam 메뉴의 Extenstion Setting Tab 에서 카메라에서 지원하는 부가적인 설정을 변경할 수 있다.
관련자료
QtCAM 공식 저장소
qtcam은 무료 소프트웨어이며, 재배포 및/또는 수정할 수 있다. 아래 github 에서 라이선스를 확인할 수 있다.
https://github.com/econsysqtcam/qtcam
- Image Quality Settings – Users can adjust brightness, contrast and camera supported UVC controls.
- Still Capture Settings – Users can select image type (JPG, PNG, RAW, BMP) and the location to save the image.
- Video Capture Settings – Users can change the preview based on the selected format and resolution. Allow users to view number of frames played and get FPS information.
- Supported Image types: JPG, PNG, RAW, BMP.
- Supported encoder formats: YUV, MJPEG, H264, VP8.
- Supported containers: mkv, avi.
- Extension settings available for selected e-con cameras.
- The key differentiators of this Linux camera application are - it has 10+ image control settings, frame rate (FPS) display, colour space switching and extension settings for select cameras.
JETSON 에서 QtCAM 사용하기
qtcam 은 엔비디아 JETSON (Ubuntu 18.04, ARM) 을 지원한다. 젯슨에서 설치는 아래 글을 참고한다.
2022.05.24 - [NVIDIA Jeston/Jetson BSP] - [Jetson] QtCAM 카메라 어플리케이션
반응형
'기타 > Linux' 카테고리의 다른 글
OpenGrok: 강력한 소스 코드 검색 및 분석 도구 (0) | 2023.12.02 |
---|---|
특수문자가 포함된 리눅스 계정 생성하기 (1) | 2023.12.02 |
wslconfig를 사용하여 WSL 하위 시스템 삭제하기 (0) | 2023.12.01 |
Rufus 이용하여 Ubuntu 디스크 이미지 만드는 방법 (0) | 2023.12.01 |
Ubuntu DHCP 서버 설치 (0) | 2022.11.10 |
Ubuntu CIFS 를 통한 파일 및 프린터 공유 (1) | 2022.09.11 |
Ubuntu 20.04 AMD Razen 4800h HDMI 출력 (2) | 2022.09.11 |
[우분투] htop 을 이용한 시스템 성능 확인 방법 (0) | 2022.05.26 |