Wear यूज़र इंटरफ़ेस (यूआई) स्क्रीन कैप्चर करें
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Wear OS में, Wear OS यूज़र इंटरफ़ेस (यूआई) कैप्चर करने के कई तरीके होते हैं:
-
Android Studio: स्क्रीनशॉट लेने के लिए, Logcat का इस्तेमाल करें.
-
साथी ऐप्लिकेशन: Google Pixel Watch डिवाइसों पर, पहने जाने वाले डिवाइस
स्क्रीनशॉट स्क्रीनशॉट लेने का विकल्प.
-
Wear OS के लिए स्क्रीन रिकॉर्ड करना: स्क्रीन का वीडियो रिकॉर्ड करें.
Android Studio में स्क्रीनशॉट लेना
Android Studio का इस्तेमाल करके, पहने जाने वाले ऐप्लिकेशन के यूज़र इंटरफ़ेस (यूआई) के स्क्रीनशॉट कैप्चर करना, फ़ोटो खींचने जैसा ही है
स्क्रीनशॉट सेव करें. यहां दिया गया तरीका अपनाएं:
- Android Studio में अपना ऐप्लिकेशन खोलें.
- अपने ऐप्लिकेशन को किसी डिवाइस या एम्युलेटर पर चलाएं.
- उस स्क्रीन पर जाएं जिसे आपको डिवाइस या एम्युलेटर पर कैप्चर करना है.
- Logcat खोलें और
स्क्रीनशॉट आइकॉन. यह हो सकता है
पर क्लिक करें.
- इसके अलावा, स्क्रीनशॉट को फ़्रेम करें चुनें. इसके बाद, गोल Chrome चुनें.
- सेव करें पर क्लिक करें.
साथी ऐप्लिकेशन की मदद से स्क्रीनशॉट कैप्चर करें
Google Pixel Watch डिवाइस के स्क्रीनशॉट लेने के लिए, Google Pixel Watch के साथी ऐप्लिकेशन का इस्तेमाल किया जा सकता है. यह तरीका अपनाएं:
- अपने यूज़र इंटरफ़ेस (यूआई) पर, वह स्क्रीन ढूंढें जिसे कैप्चर करना है.
- अगर आपने Android फ़ोन पर डेवलपर के लिए सेटिंग और टूल की सुविधा पहले से चालू नहीं की है, तो उसे चालू करें
सेटिंग > पर जाकर फ़ोन के बारे में जानकारी और बिल्ड नंबर पर टैप करें
सात बार.
- अपने फ़ोन पर Wear का साथी ऐप्लिकेशन खोलें.
- मेन्यू खोलने के लिए, ऊपर दाएं कोने में मौजूद तीन बिंदु वाले ओवरफ़्लो बटन पर टैप करें.
- पहने जाने वाले डिवाइस का स्क्रीनशॉट लें पर टैप करें. यह मैसेज दिखेगा:
स्क्रीनशॉट का अनुरोध भेजा गया. इसके बाद आपको ये सूचनाएं मिलती हैं:
स्मार्टवॉच का स्क्रीनशॉट भेजने के लिए तैयार है और भेजने के लिए टैप करें.
- ब्लूटूथ का इस्तेमाल करके स्क्रीनशॉट भेजने या शेयर करने के विकल्प पाने के लिए, सूचना पर टैप करें.
Gmail, या अन्य विकल्प.
Wear OS के लिए स्क्रीन रिकॉर्डर का इस्तेमाल करें
अगर आप macOS पर डेवलप करते हैं, तो आप GitHub प्रोजेक्ट का इस्तेमाल कर सकते हैं
Mac के लिए Android टूल, ताकि 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
- रॉ फ़ाइल को MP4 में बदलने के लिए,
ffmpeg
का इस्तेमाल करें, जैसा कि यहां दिखाया गया है:
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 वेबसाइट
इंस्टॉल करने के निर्देश देखें.
इस पेज पर मौजूद कॉन्टेंट और कोड सैंपल कॉन्टेंट के लाइसेंस में बताए गए लाइसेंस के हिसाब से हैं. Java और OpenJDK, 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."]]