직관적인느낌

리눅스/우분투 녹화 프로그램, 젯슨에서 화면 녹화하기 본문

공학/시스템 설치 및 설정

리눅스/우분투 녹화 프로그램, 젯슨에서 화면 녹화하기

범슐랭 2023. 3. 5. 01:15

kazam


sudo apt-get update # S/W** 저장소 갱신
sudo apt-get install kazam
kazam

‘녹화 - screencast, 스크린샷 - screenshot’


단축키:

녹화 시작 - ctrl + 윈도우 + r

녹화 종료 - ctrl + 윈도우 + f


simplescreenrecorder setup


이 simplescreenrecorder 패키지는 since 18.04 LTS 만 사용할 수 있습니다.

빠른 검색은 https://launchpad.net/ubuntu/+ppas 을 통해 다음과 같은 PPA와 필요한 패키지를 제공한다 [ppa:maarten-baert/simplescreenrecorder](<https://launchpad.net/~maarten-baert/+archive/ubuntu/simplescreenrecorder?field.series_filter=xenial>) .다음과 같은 방법으로 설치할 수 있습니다.

sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder
sudo apt-get update **# S/W** 저장소 갱신
sudo apt-get install simplescreenrecorder
728x90
반응형

'공학 > 시스템 설치 및 설정' 카테고리의 다른 글

Lidar - YDLidar G2  (0) 2023.03.05
Lidar - RPLidar s1  (0) 2023.03.05
Linux/Ubuntu(jetson)에서 원격 접속하기  (0) 2023.03.05
jetson,raspberry pi에 VScode 설치하기  (0) 2023.03.05
Bluetooth setup (FB155)  (0) 2023.03.05