본문 바로가기

NVIDIA Jeston/Jetson BSP

[Jetson] QtCAM 카메라 어플리케이션

QtCAM 카메라 어플리케이션

대표적인 Linux 웹캠 어플리케이션인 QtCAM은 e-consystems 에서 개발한 오픈 소스 Linux 웹캠 소프트웨어이다. QtCAM 카메라 소프트웨어 응용 프로그램은 Linux UVC 드라이버가 지원하는 장치에서 비디오를 캡처하고 쉬운 사용자 인터페이스를 제공하며 V4L2 호환 장치와 함께 작동한다.

QtCAM 애플리케이션 컨트롤은 Qt Quick 그래픽 인터페이스를 기반으로 한다. 사용자는 최대 6대의 카메라를 연결하고 동시에 비디오를 스트리밍할 수 있다. 이 오픈 소스 웹캠 소프트웨어의 초기 배포는 e-consystems 의 모든 USB 카메라를 지원했으며 업데이트 버전(v4.0.1)은 e-consystems 에서 개발한 카메라 뿐만 아니라 타사 카메라도 지원한다고 한다.

QtCAM 카메라 어플리케이션 설치하기

Jetson 젯슨 AGX QtCAM 설치하기

터미널에서 QtCAM 을 위한 bionic ppa 를 등록한다.

$ sudo apt-add-repository ppa:qtcam/bionic
$ sudo apt-get update

 

터미널에서 apt 명령어로 qtcam 을 설치한다.

$ sudo apt-get install qtcam

터미널에서 QtCAM 을 실행한다.

$ sudo qtcam

QtCAM 프로그램에서 연결된 카메라를 선택한다.

QtCAM

Video Capture 설정에서 비디오의 해상도를 변경할 수 있다.

QtCAM

Extenstion Setting Tab 에서 카메라에서 지원하는 부가 설정을 변경할 수 있다.

QtCAM

관련자료

Qtcam은 무료 소프트웨어이며, 재배포 및/또는 수정할 수 있다. 자세한 라이선스를 아래 github 를 참고한다.

https://github.com/econsysqtcam/qtcam

 

GitHub - econsysqtcam/qtcam: QtCAM is a free, Open Source Linux Webcamera Software with more than 10 image control settings, ext

QtCAM is a free, Open Source Linux Webcamera Software with more than 10 image control settings, extension settings and Color space switching. - GitHub - econsysqtcam/qtcam: QtCAM is a free, Open So...

github.com

  • 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.