Wear UI 화면 캡처
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
Wear OS는 Wear OS UI를 캡처하는 여러 방법을 제공합니다.
-
Android 스튜디오: Logcat을 사용하여 스크린샷을 찍습니다.
-
호환 앱: Google Pixel Watch 기기에서 Take 웨어러블
스크린샷 옵션을 사용해 스크린샷을 찍을 수 있습니다.
- Wear OS용 화면 녹화: 화면의 동영상을 녹화합니다.
Android 스튜디오에서 스크린샷 캡처
Android 스튜디오를 사용하여 웨어러블 앱 UI의 스크린샷을 캡처하는 것은 모바일에서 스크린샷을 캡처하는 것과 비슷합니다. 다음 단계를 따르세요.
- Android 스튜디오에서 앱을 엽니다.
- 기기 또는 에뮬레이터에서 앱을 실행합니다.
- 기기나 에뮬레이터에서 캡처하려는 화면으로 이동합니다.
- Logcat을 열고 스크린샷 아이콘을 클릭합니다. 더보기 메뉴 아래에
있을 수 있습니다.
- 필요한 경우 Frame Screenshot을 선택하고 원형 Chrome을 선택합니다.
- 저장을 클릭합니다.
호환 앱으로 스크린샷 캡처
Google Pixel Watch 기기의 스크린샷을 찍으려면 Google Pixel Watch 호환 앱을 사용하세요. 다음 단계를 따르세요.
- UI에서 캡처할 화면을 찾습니다.
- Android 휴대전화에서 개발자 옵션이 사용 설정되어 있지 않으면 설정 > 휴대전화 정보로 이동한 다음, 빌드 번호를 일곱 번 탭하여 사용 설정합니다.
- 휴대전화에서 Wear 호환 앱을 엽니다.
- 오른쪽 상단에서 점 3개로 된 더보기 버튼을 탭하여 메뉴를 엽니다.
- 웨어러블 스크린샷 캡처를 탭합니다. 스크린샷 요청 전송됨 메시지가 표시됩니다. 그러면 시계 스크린샷을 전송할 준비 완료 및 탭하여 전송 알림을 받게 됩니다.
- 알림을 탭하면 블루투스나 Gmail, 기타 옵션을 사용하여 스크린샷을 전송하거나 공유하는 옵션이 표시됩니다.
Wear OS용 화면 녹화 사용
macOS로 개발하는 경우, Mac용 Android 도구라는 GitHub 프로젝트를 사용하여 Wear OS 기기에서 동영상을 녹화할 수 있습니다.
또는 다음 단계에 따라 Wear OS 기기에서 동영상을 녹화하세요.
- 다음과 같이 시계에서 원시 프레임을 녹화합니다.
adb shell screenrecord --time-limit 30 --output-format raw-frames --verbose /sdcard/video.raw
- 다음과 같이 원시 파일을 개발 머신에 복사합니다.
adb pull /sdcard/video.raw video.raw
- 다음과 같이
ffmpeg
를 사용하여 원시 파일을 MP4로 변환합니다.
ffmpeg -f rawvideo -vcodec rawvideo -s 400x400 -pix_fmt rgb24 -r 10 -i video.raw -an -c:v libx264 -pix_fmt yuv420p video.mp4
참고: 다운로드 및 설치 안내는 FFmpeg 웹사이트를 참고하세요.
이 페이지에 나와 있는 콘텐츠와 코드 샘플에는 콘텐츠 라이선스에서 설명하는 라이선스가 적용됩니다. 자바 및 OpenJDK는 Oracle 및 Oracle 계열사의 상표 또는 등록 상표입니다.
최종 업데이트: 2025-07-26(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[],[],null,["# Capture Wear UI screens\n\nWear OS provides several ways to capture the Wear OS UI:\n\n- **Android Studio**: use Logcat to take screenshots.\n- **Companion app** : on Google Pixel Watch devices, use the **Take wearable\n screenshot** option to take screenshots.\n- **Screen record for Wear OS**: record a video of the screen.\n\nCapture screenshots in Android Studio\n-------------------------------------\n\n\nCapturing screenshots of your wearable app's UI using Android Studio is similar to capturing\nscreenshots on mobile. Use the following steps:\n\n1. Open your app in [Android Studio](/studio).\n2. Run your app on a device or an emulator.\n3. Navigate to the screen you want to capture on the device or in the emulator.\n4. Open [Logcat](/studio/debug/am-logcat) and click the screenshot icon. It might be beneath the overflow menu.\n5. Optionally, select **Frame Screenshot** and select a round chrome.\n6. Click **Save**.\n\nCapture screenshots with the companion app\n------------------------------------------\n\n\nTo take screenshots of a Google Pixel Watch device, you can use the [Google Pixel Watch](https://play.google.com/store/apps/details?id=com.google.android.apps.wear.companion) companion app. Follow these steps:\n\n1. On your UI, find the screen that you want to capture.\n2. On the Android phone, enable **Developer options** , if you haven't already, by going to **Settings \\\u003e About phone** , and tapping **Build number** *seven times.*\n3. Open the Wear companion app on your phone.\n4. Tap the three dot overflow button in the upper-righthand corner to open the menu.\n5. Tap **Take wearable screenshot** . The following message appears: **Screenshot request sent** . Then you receive the following notifications: **Ready to send watch screenshot** and **tap to send**.\n6. Tap the notification to receive options for sending or sharing the screenshot using Bluetooth, Gmail, or other options.\n\nUse screen record for Wear OS\n-----------------------------\n\n\nIf you develop on macOS, you can use the GitHub project\n[Android tool for Mac](https://github.com/mortenjust/androidtool-mac/blob/master/README.md) to record a video from your Wear OS device.\n\n\nAlternatively, record a video from your Wear OS device using the following steps:\n\n1. Record raw frames on the watch, as shown in the following: \n\n ```text\n adb shell screenrecord --time-limit 30 --output-format raw-frames --verbose /sdcard/video.raw\n ```\n2. Copy the raw file to your development machine, as shown in the following: \n\n ```text\n adb pull /sdcard/video.raw video.raw\n ```\n3. Use `ffmpeg` to convert the raw file to MP4, as shown in the following: \n\n ```scdoc\n ffmpeg -f rawvideo -vcodec rawvideo -s 400x400 -pix_fmt rgb24 -r 10 -i video.raw -an -c:v libx264 -pix_fmt yuv420p video.mp4\n ```\n\n\n**Note:** Refer to the\n[FFmpeg website](https://www.ffmpeg.org/download.html) for download\nand installation instructions."]]