edge-impulse-linux 1.19.0 → 1.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cli/linux/linux.js +9 -1
- package/build/cli/linux/linux.js.map +1 -1
- package/build/cli/linux/runner-downloader.js +5 -1
- package/build/cli/linux/runner-downloader.js.map +1 -1
- package/build/cli/linux/runner.js +21 -6
- package/build/cli/linux/runner.js.map +1 -1
- package/build/library/classifier/image-classifier.d.ts +2 -0
- package/build/library/classifier/image-classifier.js +84 -54
- package/build/library/classifier/image-classifier.js.map +1 -1
- package/build/library/data-forwarder.d.ts +1 -1
- package/build/library/data-forwarder.js +17 -33
- package/build/library/data-forwarder.js.map +1 -1
- package/build/library/sensors/gstreamer.d.ts +10 -4
- package/build/library/sensors/gstreamer.js +248 -58
- package/build/library/sensors/gstreamer.js.map +1 -1
- package/build/library/sensors/icamera.d.ts +30 -1
- package/build/library/sensors/imagesnap.d.ts +2 -2
- package/build/library/sensors/imagesnap.js +8 -2
- package/build/library/sensors/imagesnap.js.map +1 -1
- package/build/library/sensors/prophesee.d.ts +2 -2
- package/build/library/sensors/prophesee.js +6 -1
- package/build/library/sensors/prophesee.js.map +1 -1
- package/build/library/sensors/sensors-helper.d.ts +3 -0
- package/build/library/sensors/sensors-helper.js +4 -3
- package/build/library/sensors/sensors-helper.js.map +1 -1
- package/build/sdk/studio/sdk/api/adminApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/adminApi.js +4782 -4928
- package/build/sdk/studio/sdk/api/adminApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/authApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/authApi.js +88 -56
- package/build/sdk/studio/sdk/api/authApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/cDNApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/cDNApi.js +76 -53
- package/build/sdk/studio/sdk/api/cDNApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/canaryApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/canaryApi.js +79 -53
- package/build/sdk/studio/sdk/api/canaryApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/classifyApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/classifyApi.js +527 -499
- package/build/sdk/studio/sdk/api/classifyApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/dSPApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/dSPApi.js +938 -942
- package/build/sdk/studio/sdk/api/dSPApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/deploymentApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/deploymentApi.js +680 -603
- package/build/sdk/studio/sdk/api/deploymentApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/devicesApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/devicesApi.js +802 -800
- package/build/sdk/studio/sdk/api/devicesApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/emailVerificationApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/emailVerificationApi.js +184 -190
- package/build/sdk/studio/sdk/api/emailVerificationApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/exportApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/exportApi.js +88 -56
- package/build/sdk/studio/sdk/api/exportApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/featureFlagsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/featureFlagsApi.js +76 -52
- package/build/sdk/studio/sdk/api/featureFlagsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/healthApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/healthApi.js +111 -97
- package/build/sdk/studio/sdk/api/healthApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/impulseApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/impulseApi.js +942 -902
- package/build/sdk/studio/sdk/api/impulseApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/integrationsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/integrationsApi.js +136 -106
- package/build/sdk/studio/sdk/api/integrationsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/jobsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/jobsApi.js +2270 -2326
- package/build/sdk/studio/sdk/api/jobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/learnApi.d.ts +22 -6
- package/build/sdk/studio/sdk/api/learnApi.js +1597 -1424
- package/build/sdk/studio/sdk/api/learnApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/loginApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/loginApi.js +112 -98
- package/build/sdk/studio/sdk/api/loginApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/metricsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/metricsApi.js +148 -144
- package/build/sdk/studio/sdk/api/metricsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/optimizationApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/optimizationApi.js +844 -844
- package/build/sdk/studio/sdk/api/optimizationApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationBlocksApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js +1968 -1550
- package/build/sdk/studio/sdk/api/organizationBlocksApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationCreateProjectApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js +700 -652
- package/build/sdk/studio/sdk/api/organizationCreateProjectApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationDataApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationDataApi.js +2074 -1985
- package/build/sdk/studio/sdk/api/organizationDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js +626 -602
- package/build/sdk/studio/sdk/api/organizationDataCampaignsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationJobsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationJobsApi.js +417 -399
- package/build/sdk/studio/sdk/api/organizationJobsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationPipelinesApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationPipelinesApi.js +419 -401
- package/build/sdk/studio/sdk/api/organizationPipelinesApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationPortalsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationPortalsApi.js +372 -352
- package/build/sdk/studio/sdk/api/organizationPortalsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/organizationsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/organizationsApi.js +4024 -4050
- package/build/sdk/studio/sdk/api/organizationsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/performanceCalibrationApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/performanceCalibrationApi.js +586 -560
- package/build/sdk/studio/sdk/api/performanceCalibrationApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/postProcessingApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/postProcessingApi.js +279 -255
- package/build/sdk/studio/sdk/api/postProcessingApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/projectsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/projectsApi.js +2758 -2818
- package/build/sdk/studio/sdk/api/projectsApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/rawDataApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/rawDataApi.js +3055 -3131
- package/build/sdk/studio/sdk/api/rawDataApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/testApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/testApi.js +152 -108
- package/build/sdk/studio/sdk/api/testApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/themesApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/themesApi.js +341 -305
- package/build/sdk/studio/sdk/api/themesApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/thirdPartyAuthApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js +387 -353
- package/build/sdk/studio/sdk/api/thirdPartyAuthApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/uploadPortalApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/uploadPortalApi.js +375 -355
- package/build/sdk/studio/sdk/api/uploadPortalApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/userApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/userApi.js +2345 -2452
- package/build/sdk/studio/sdk/api/userApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/vlmApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/vlmApi.js +277 -253
- package/build/sdk/studio/sdk/api/vlmApi.js.map +1 -1
- package/build/sdk/studio/sdk/api/whitelabelsApi.d.ts +4 -6
- package/build/sdk/studio/sdk/api/whitelabelsApi.js +408 -398
- package/build/sdk/studio/sdk/api/whitelabelsApi.js.map +1 -1
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js +5 -0
- package/build/sdk/studio/sdk/model/deployPretrainedModelRequest.js.map +1 -1
- package/build/sdk/studio/sdk/model/models.d.ts +47 -7
- package/build/sdk/studio/sdk/model/models.js +42 -38
- package/build/sdk/studio/sdk/model/models.js.map +1 -1
- package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.d.ts +47 -0
- package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js +55 -0
- package/build/sdk/studio/sdk/model/uploadPretrainedModelByUrlRequest.js.map +1 -0
- package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.d.ts +4 -0
- package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js +5 -0
- package/build/sdk/studio/sdk/model/uploadPretrainedModelRequest.js.map +1 -1
- package/package.json +4 -2
- package/test/gstreamer.test.ts +1487 -3840
- package/test/imx219-csi-on-arduino-unoq-inspect.txt +564 -0
- package/test/imx219-csi-on-arduino-unoq-monitor.txt +285 -0
- package/test/logitech-c920-on-ubuntu-22-parallells.txt +211 -0
- package/test/logitech-c922-on-rpi-bullseye-2.txt +270 -0
- package/test/logitech-c922-on-rpi-bullseye.txt +331 -0
- package/test/macbook-pro-w-internal-and-external-cam-inspect.txt +1496 -0
- package/test/macbook-pro-w-internal-and-external-cam-monitor.txt +209 -0
- package/test/nvidia-jetson-w-csi-camera.txt +94 -0
- package/test/nvidia-jetson-w-logitech-c922-monitor.txt +204 -0
- package/test/nvidia-orin-w-basler-camera-inspect.txt +859 -0
- package/test/nvidia-orin-w-basler-camera-pylonsrc.txt +806 -0
- package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect-qtiqmmfsrc.txt +438 -0
- package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-inspect.txt +958 -0
- package/test/qualcomm-rb3-gen-2-ubuntu-no-external-camera-monitor.txt +159 -0
- package/test/rb1-debian-inspect.txt +568 -0
- package/test/rb1-debian-libcamera-monitor.txt +190 -0
- package/test/rpi-cam-v3-c920-webcam-bookworm-no-libcamerasrc.txt +383 -0
- package/test/rpi4-trixie-csi-gst-device-monitor.txt +1110 -0
- package/test/rpi4-trixie-csi-gst-inspect.txt +1379 -0
- package/test/rpi5-with-csi-imx500-camera-monitor.txt +3617 -0
- package/test/rpi5-with-csi-imx708-monitor.txt +2277 -0
- package/test/usb-camera-on-rpi-w-image-jpg.txt +130 -0
- /package/test/{qualcomm-rb3-inspect-qtiqmmfsrc.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect-qtiqmmfsrc.txt} +0 -0
- /package/test/{qualcomm-rb3-inspect.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-inspect.txt} +0 -0
- /package/test/{qualcomm-rb3-monitor-brio.txt → qualcomm-rb3-gen-2-qimp-linux-1-2-with-logitech-brio-monitor.txt} +0 -0
- /package/test/{triple-vision-camera-inspect.txt → triple-vision-ai-industrial-camera-inspect.txt} +0 -0
- /package/test/{triple-vision-camera-monitor.txt → triple-vision-ai-industrial-camera-monitor.txt} +0 -0
|
@@ -0,0 +1,1110 @@
|
|
|
1
|
+
Probing devices...
|
|
2
|
+
|
|
3
|
+
[0:16:32.820501920] [2780] INFO Camera camera_manager.cpp:340 libcamera v0.6.0+rpt20251202
|
|
4
|
+
[0:16:32.865717152] [2785] INFO IPAProxy ipa_proxy.cpp:180 Using tuning file /usr/share/libcamera/ipa/rpi/vc4/imx708.json
|
|
5
|
+
[0:16:32.872844279] [2785] INFO Camera camera_manager.cpp:223 Adding camera '/base/soc/i2c0mux/i2c@1/imx708@1a' for pipeline handler rpi/vc4
|
|
6
|
+
[0:16:32.872922001] [2785] INFO RPI vc4.cpp:445 Registered camera /base/soc/i2c0mux/i2c@1/imx708@1a to Unicam device /dev/media1 and ISP device /dev/media2
|
|
7
|
+
[0:16:32.874493325] [2785] INFO Camera camera_manager.cpp:223 Adding camera '/base/scb/pcie@7d500000/pci@0,0/usb@0,0-1.1:1.0-046d:085c' for pipeline handler uvcvideo
|
|
8
|
+
|
|
9
|
+
(gst-device-monitor-1.0:2780): GStreamer-CRITICAL **: 11:16:24.616: gst_element_message_full_with_details: assertion 'GST_IS_ELEMENT (element)' failed
|
|
10
|
+
|
|
11
|
+
(gst-device-monitor-1.0:2780): GStreamer-CRITICAL **: 11:16:24.616: gst_element_message_full_with_details: assertion 'GST_IS_ELEMENT (element)' failed
|
|
12
|
+
|
|
13
|
+
Device found:
|
|
14
|
+
|
|
15
|
+
name : /base/soc/i2c0mux/i2c@1/imx708@1a
|
|
16
|
+
class : Source/Video
|
|
17
|
+
caps : video/x-raw, format=NV21, width=160, height=120
|
|
18
|
+
video/x-raw, format=NV21, width=240, height=160
|
|
19
|
+
video/x-raw, format=NV21, width=320, height=240
|
|
20
|
+
video/x-raw, format=NV21, width=400, height=240
|
|
21
|
+
video/x-raw, format=NV21, width=480, height=320
|
|
22
|
+
video/x-raw, format=NV21, width=640, height=360
|
|
23
|
+
video/x-raw, format=NV21, width=640, height=480
|
|
24
|
+
video/x-raw, format=NV21, width=720, height=480
|
|
25
|
+
video/x-raw, format=NV21, width=768, height=480
|
|
26
|
+
video/x-raw, format=NV21, width=854, height=480
|
|
27
|
+
video/x-raw, format=NV21, width=720, height=576
|
|
28
|
+
video/x-raw, format=NV21, width=800, height=600
|
|
29
|
+
video/x-raw, format=NV21, width=960, height=540
|
|
30
|
+
video/x-raw, format=NV21, width=1024, height=576
|
|
31
|
+
video/x-raw, format=NV21, width=960, height=640
|
|
32
|
+
video/x-raw, format=NV21, width=1024, height=600
|
|
33
|
+
video/x-raw, format=NV21, width=1024, height=768
|
|
34
|
+
video/x-raw, format=NV21, width=1280, height=720
|
|
35
|
+
video/x-raw, format=NV21, width=1152, height=864
|
|
36
|
+
video/x-raw, format=NV21, width=1280, height=800
|
|
37
|
+
video/x-raw, format=NV21, width=1360, height=768
|
|
38
|
+
video/x-raw, format=NV21, width=1366, height=768
|
|
39
|
+
video/x-raw, format=NV21, width=1440, height=900
|
|
40
|
+
video/x-raw, format=NV21, width=1280, height=1024
|
|
41
|
+
video/x-raw, format=NV21, width=1536, height=864
|
|
42
|
+
video/x-raw, format=NV21, width=1280, height=1080
|
|
43
|
+
video/x-raw, format=NV21, width=1600, height=900
|
|
44
|
+
video/x-raw, format=NV21, width=1400, height=1050
|
|
45
|
+
video/x-raw, format=NV21, width=1680, height=1050
|
|
46
|
+
video/x-raw, format=NV21, width=1600, height=1200
|
|
47
|
+
video/x-raw, format=NV21, width=1920, height=1080
|
|
48
|
+
video/x-raw, format=NV21, width=2048, height=1080
|
|
49
|
+
video/x-raw, format=NV21, width=1920, height=1200
|
|
50
|
+
video/x-raw, format=NV21, width=2160, height=1080
|
|
51
|
+
video/x-raw, format=NV21, width=2048, height=1152
|
|
52
|
+
video/x-raw, format=NV21, width=2560, height=1080
|
|
53
|
+
video/x-raw, format=NV21, width=2048, height=1536
|
|
54
|
+
video/x-raw, format=NV21, width=2560, height=1440
|
|
55
|
+
video/x-raw, format=NV21, width=2560, height=1600
|
|
56
|
+
video/x-raw, format=NV21, width=3840, height=1080
|
|
57
|
+
video/x-raw, format=NV21, width=2960, height=1440
|
|
58
|
+
video/x-raw, format=NV21, width=3440, height=1440
|
|
59
|
+
video/x-raw, format=NV21, width=2560, height=2048
|
|
60
|
+
video/x-raw, format=NV21, width=3200, height=1800
|
|
61
|
+
video/x-raw, format=NV21, width=3840, height=1600
|
|
62
|
+
video/x-raw, format=NV21, width=3200, height=2048
|
|
63
|
+
video/x-raw, format=NV21, width=3200, height=2400
|
|
64
|
+
video/x-raw, format=NV21, width=3840, height=2160
|
|
65
|
+
video/x-raw, format=NV21, width=4096, height=2160
|
|
66
|
+
video/x-raw, format=NV21, width=3840, height=2400
|
|
67
|
+
video/x-raw, format=NV21, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
68
|
+
video/x-raw, format=I420, width=160, height=120
|
|
69
|
+
video/x-raw, format=I420, width=240, height=160
|
|
70
|
+
video/x-raw, format=I420, width=320, height=240
|
|
71
|
+
video/x-raw, format=I420, width=400, height=240
|
|
72
|
+
video/x-raw, format=I420, width=480, height=320
|
|
73
|
+
video/x-raw, format=I420, width=640, height=360
|
|
74
|
+
video/x-raw, format=I420, width=640, height=480
|
|
75
|
+
video/x-raw, format=I420, width=720, height=480
|
|
76
|
+
video/x-raw, format=I420, width=768, height=480
|
|
77
|
+
video/x-raw, format=I420, width=854, height=480
|
|
78
|
+
video/x-raw, format=I420, width=720, height=576
|
|
79
|
+
video/x-raw, format=I420, width=800, height=600
|
|
80
|
+
video/x-raw, format=I420, width=960, height=540
|
|
81
|
+
video/x-raw, format=I420, width=1024, height=576
|
|
82
|
+
video/x-raw, format=I420, width=960, height=640
|
|
83
|
+
video/x-raw, format=I420, width=1024, height=600
|
|
84
|
+
video/x-raw, format=I420, width=1024, height=768
|
|
85
|
+
video/x-raw, format=I420, width=1280, height=720
|
|
86
|
+
video/x-raw, format=I420, width=1152, height=864
|
|
87
|
+
video/x-raw, format=I420, width=1280, height=800
|
|
88
|
+
video/x-raw, format=I420, width=1360, height=768
|
|
89
|
+
video/x-raw, format=I420, width=1366, height=768
|
|
90
|
+
video/x-raw, format=I420, width=1440, height=900
|
|
91
|
+
video/x-raw, format=I420, width=1280, height=1024
|
|
92
|
+
video/x-raw, format=I420, width=1536, height=864
|
|
93
|
+
video/x-raw, format=I420, width=1280, height=1080
|
|
94
|
+
video/x-raw, format=I420, width=1600, height=900
|
|
95
|
+
video/x-raw, format=I420, width=1400, height=1050
|
|
96
|
+
video/x-raw, format=I420, width=1680, height=1050
|
|
97
|
+
video/x-raw, format=I420, width=1600, height=1200
|
|
98
|
+
video/x-raw, format=I420, width=1920, height=1080
|
|
99
|
+
video/x-raw, format=I420, width=2048, height=1080
|
|
100
|
+
video/x-raw, format=I420, width=1920, height=1200
|
|
101
|
+
video/x-raw, format=I420, width=2160, height=1080
|
|
102
|
+
video/x-raw, format=I420, width=2048, height=1152
|
|
103
|
+
video/x-raw, format=I420, width=2560, height=1080
|
|
104
|
+
video/x-raw, format=I420, width=2048, height=1536
|
|
105
|
+
video/x-raw, format=I420, width=2560, height=1440
|
|
106
|
+
video/x-raw, format=I420, width=2560, height=1600
|
|
107
|
+
video/x-raw, format=I420, width=3840, height=1080
|
|
108
|
+
video/x-raw, format=I420, width=2960, height=1440
|
|
109
|
+
video/x-raw, format=I420, width=3440, height=1440
|
|
110
|
+
video/x-raw, format=I420, width=2560, height=2048
|
|
111
|
+
video/x-raw, format=I420, width=3200, height=1800
|
|
112
|
+
video/x-raw, format=I420, width=3840, height=1600
|
|
113
|
+
video/x-raw, format=I420, width=3200, height=2048
|
|
114
|
+
video/x-raw, format=I420, width=3200, height=2400
|
|
115
|
+
video/x-raw, format=I420, width=3840, height=2160
|
|
116
|
+
video/x-raw, format=I420, width=4096, height=2160
|
|
117
|
+
video/x-raw, format=I420, width=3840, height=2400
|
|
118
|
+
video/x-raw, format=I420, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
119
|
+
video/x-raw, format=NV12, width=160, height=120
|
|
120
|
+
video/x-raw, format=NV12, width=240, height=160
|
|
121
|
+
video/x-raw, format=NV12, width=320, height=240
|
|
122
|
+
video/x-raw, format=NV12, width=400, height=240
|
|
123
|
+
video/x-raw, format=NV12, width=480, height=320
|
|
124
|
+
video/x-raw, format=NV12, width=640, height=360
|
|
125
|
+
video/x-raw, format=NV12, width=640, height=480
|
|
126
|
+
video/x-raw, format=NV12, width=720, height=480
|
|
127
|
+
video/x-raw, format=NV12, width=768, height=480
|
|
128
|
+
video/x-raw, format=NV12, width=854, height=480
|
|
129
|
+
video/x-raw, format=NV12, width=720, height=576
|
|
130
|
+
video/x-raw, format=NV12, width=800, height=600
|
|
131
|
+
video/x-raw, format=NV12, width=960, height=540
|
|
132
|
+
video/x-raw, format=NV12, width=1024, height=576
|
|
133
|
+
video/x-raw, format=NV12, width=960, height=640
|
|
134
|
+
video/x-raw, format=NV12, width=1024, height=600
|
|
135
|
+
video/x-raw, format=NV12, width=1024, height=768
|
|
136
|
+
video/x-raw, format=NV12, width=1280, height=720
|
|
137
|
+
video/x-raw, format=NV12, width=1152, height=864
|
|
138
|
+
video/x-raw, format=NV12, width=1280, height=800
|
|
139
|
+
video/x-raw, format=NV12, width=1360, height=768
|
|
140
|
+
video/x-raw, format=NV12, width=1366, height=768
|
|
141
|
+
video/x-raw, format=NV12, width=1440, height=900
|
|
142
|
+
video/x-raw, format=NV12, width=1280, height=1024
|
|
143
|
+
video/x-raw, format=NV12, width=1536, height=864
|
|
144
|
+
video/x-raw, format=NV12, width=1280, height=1080
|
|
145
|
+
video/x-raw, format=NV12, width=1600, height=900
|
|
146
|
+
video/x-raw, format=NV12, width=1400, height=1050
|
|
147
|
+
video/x-raw, format=NV12, width=1680, height=1050
|
|
148
|
+
video/x-raw, format=NV12, width=1600, height=1200
|
|
149
|
+
video/x-raw, format=NV12, width=1920, height=1080
|
|
150
|
+
video/x-raw, format=NV12, width=2048, height=1080
|
|
151
|
+
video/x-raw, format=NV12, width=1920, height=1200
|
|
152
|
+
video/x-raw, format=NV12, width=2160, height=1080
|
|
153
|
+
video/x-raw, format=NV12, width=2048, height=1152
|
|
154
|
+
video/x-raw, format=NV12, width=2560, height=1080
|
|
155
|
+
video/x-raw, format=NV12, width=2048, height=1536
|
|
156
|
+
video/x-raw, format=NV12, width=2560, height=1440
|
|
157
|
+
video/x-raw, format=NV12, width=2560, height=1600
|
|
158
|
+
video/x-raw, format=NV12, width=3840, height=1080
|
|
159
|
+
video/x-raw, format=NV12, width=2960, height=1440
|
|
160
|
+
video/x-raw, format=NV12, width=3440, height=1440
|
|
161
|
+
video/x-raw, format=NV12, width=2560, height=2048
|
|
162
|
+
video/x-raw, format=NV12, width=3200, height=1800
|
|
163
|
+
video/x-raw, format=NV12, width=3840, height=1600
|
|
164
|
+
video/x-raw, format=NV12, width=3200, height=2048
|
|
165
|
+
video/x-raw, format=NV12, width=3200, height=2400
|
|
166
|
+
video/x-raw, format=NV12, width=3840, height=2160
|
|
167
|
+
video/x-raw, format=NV12, width=4096, height=2160
|
|
168
|
+
video/x-raw, format=NV12, width=3840, height=2400
|
|
169
|
+
video/x-raw, format=NV12, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
170
|
+
video/x-raw, format=YV12, width=160, height=120
|
|
171
|
+
video/x-raw, format=YV12, width=240, height=160
|
|
172
|
+
video/x-raw, format=YV12, width=320, height=240
|
|
173
|
+
video/x-raw, format=YV12, width=400, height=240
|
|
174
|
+
video/x-raw, format=YV12, width=480, height=320
|
|
175
|
+
video/x-raw, format=YV12, width=640, height=360
|
|
176
|
+
video/x-raw, format=YV12, width=640, height=480
|
|
177
|
+
video/x-raw, format=YV12, width=720, height=480
|
|
178
|
+
video/x-raw, format=YV12, width=768, height=480
|
|
179
|
+
video/x-raw, format=YV12, width=854, height=480
|
|
180
|
+
video/x-raw, format=YV12, width=720, height=576
|
|
181
|
+
video/x-raw, format=YV12, width=800, height=600
|
|
182
|
+
video/x-raw, format=YV12, width=960, height=540
|
|
183
|
+
video/x-raw, format=YV12, width=1024, height=576
|
|
184
|
+
video/x-raw, format=YV12, width=960, height=640
|
|
185
|
+
video/x-raw, format=YV12, width=1024, height=600
|
|
186
|
+
video/x-raw, format=YV12, width=1024, height=768
|
|
187
|
+
video/x-raw, format=YV12, width=1280, height=720
|
|
188
|
+
video/x-raw, format=YV12, width=1152, height=864
|
|
189
|
+
video/x-raw, format=YV12, width=1280, height=800
|
|
190
|
+
video/x-raw, format=YV12, width=1360, height=768
|
|
191
|
+
video/x-raw, format=YV12, width=1366, height=768
|
|
192
|
+
video/x-raw, format=YV12, width=1440, height=900
|
|
193
|
+
video/x-raw, format=YV12, width=1280, height=1024
|
|
194
|
+
video/x-raw, format=YV12, width=1536, height=864
|
|
195
|
+
video/x-raw, format=YV12, width=1280, height=1080
|
|
196
|
+
video/x-raw, format=YV12, width=1600, height=900
|
|
197
|
+
video/x-raw, format=YV12, width=1400, height=1050
|
|
198
|
+
video/x-raw, format=YV12, width=1680, height=1050
|
|
199
|
+
video/x-raw, format=YV12, width=1600, height=1200
|
|
200
|
+
video/x-raw, format=YV12, width=1920, height=1080
|
|
201
|
+
video/x-raw, format=YV12, width=2048, height=1080
|
|
202
|
+
video/x-raw, format=YV12, width=1920, height=1200
|
|
203
|
+
video/x-raw, format=YV12, width=2160, height=1080
|
|
204
|
+
video/x-raw, format=YV12, width=2048, height=1152
|
|
205
|
+
video/x-raw, format=YV12, width=2560, height=1080
|
|
206
|
+
video/x-raw, format=YV12, width=2048, height=1536
|
|
207
|
+
video/x-raw, format=YV12, width=2560, height=1440
|
|
208
|
+
video/x-raw, format=YV12, width=2560, height=1600
|
|
209
|
+
video/x-raw, format=YV12, width=3840, height=1080
|
|
210
|
+
video/x-raw, format=YV12, width=2960, height=1440
|
|
211
|
+
video/x-raw, format=YV12, width=3440, height=1440
|
|
212
|
+
video/x-raw, format=YV12, width=2560, height=2048
|
|
213
|
+
video/x-raw, format=YV12, width=3200, height=1800
|
|
214
|
+
video/x-raw, format=YV12, width=3840, height=1600
|
|
215
|
+
video/x-raw, format=YV12, width=3200, height=2048
|
|
216
|
+
video/x-raw, format=YV12, width=3200, height=2400
|
|
217
|
+
video/x-raw, format=YV12, width=3840, height=2160
|
|
218
|
+
video/x-raw, format=YV12, width=4096, height=2160
|
|
219
|
+
video/x-raw, format=YV12, width=3840, height=2400
|
|
220
|
+
video/x-raw, format=YV12, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
221
|
+
video/x-raw, format=RGBx, width=160, height=120
|
|
222
|
+
video/x-raw, format=RGBx, width=240, height=160
|
|
223
|
+
video/x-raw, format=RGBx, width=320, height=240
|
|
224
|
+
video/x-raw, format=RGBx, width=400, height=240
|
|
225
|
+
video/x-raw, format=RGBx, width=480, height=320
|
|
226
|
+
video/x-raw, format=RGBx, width=640, height=360
|
|
227
|
+
video/x-raw, format=RGBx, width=640, height=480
|
|
228
|
+
video/x-raw, format=RGBx, width=720, height=480
|
|
229
|
+
video/x-raw, format=RGBx, width=768, height=480
|
|
230
|
+
video/x-raw, format=RGBx, width=854, height=480
|
|
231
|
+
video/x-raw, format=RGBx, width=720, height=576
|
|
232
|
+
video/x-raw, format=RGBx, width=800, height=600
|
|
233
|
+
video/x-raw, format=RGBx, width=960, height=540
|
|
234
|
+
video/x-raw, format=RGBx, width=1024, height=576
|
|
235
|
+
video/x-raw, format=RGBx, width=960, height=640
|
|
236
|
+
video/x-raw, format=RGBx, width=1024, height=600
|
|
237
|
+
video/x-raw, format=RGBx, width=1024, height=768
|
|
238
|
+
video/x-raw, format=RGBx, width=1280, height=720
|
|
239
|
+
video/x-raw, format=RGBx, width=1152, height=864
|
|
240
|
+
video/x-raw, format=RGBx, width=1280, height=800
|
|
241
|
+
video/x-raw, format=RGBx, width=1360, height=768
|
|
242
|
+
video/x-raw, format=RGBx, width=1366, height=768
|
|
243
|
+
video/x-raw, format=RGBx, width=1440, height=900
|
|
244
|
+
video/x-raw, format=RGBx, width=1280, height=1024
|
|
245
|
+
video/x-raw, format=RGBx, width=1536, height=864
|
|
246
|
+
video/x-raw, format=RGBx, width=1280, height=1080
|
|
247
|
+
video/x-raw, format=RGBx, width=1600, height=900
|
|
248
|
+
video/x-raw, format=RGBx, width=1400, height=1050
|
|
249
|
+
video/x-raw, format=RGBx, width=1680, height=1050
|
|
250
|
+
video/x-raw, format=RGBx, width=1600, height=1200
|
|
251
|
+
video/x-raw, format=RGBx, width=1920, height=1080
|
|
252
|
+
video/x-raw, format=RGBx, width=2048, height=1080
|
|
253
|
+
video/x-raw, format=RGBx, width=1920, height=1200
|
|
254
|
+
video/x-raw, format=RGBx, width=2160, height=1080
|
|
255
|
+
video/x-raw, format=RGBx, width=2048, height=1152
|
|
256
|
+
video/x-raw, format=RGBx, width=2560, height=1080
|
|
257
|
+
video/x-raw, format=RGBx, width=2048, height=1536
|
|
258
|
+
video/x-raw, format=RGBx, width=2560, height=1440
|
|
259
|
+
video/x-raw, format=RGBx, width=2560, height=1600
|
|
260
|
+
video/x-raw, format=RGBx, width=3840, height=1080
|
|
261
|
+
video/x-raw, format=RGBx, width=2960, height=1440
|
|
262
|
+
video/x-raw, format=RGBx, width=3440, height=1440
|
|
263
|
+
video/x-raw, format=RGBx, width=2560, height=2048
|
|
264
|
+
video/x-raw, format=RGBx, width=3200, height=1800
|
|
265
|
+
video/x-raw, format=RGBx, width=3840, height=1600
|
|
266
|
+
video/x-raw, format=RGBx, width=3200, height=2048
|
|
267
|
+
video/x-raw, format=RGBx, width=3200, height=2400
|
|
268
|
+
video/x-raw, format=RGBx, width=3840, height=2160
|
|
269
|
+
video/x-raw, format=RGBx, width=4096, height=2160
|
|
270
|
+
video/x-raw, format=RGBx, width=3840, height=2400
|
|
271
|
+
video/x-raw, format=RGBx, width=[ 64, 4608 ], height=[ 64, 2592 ]
|
|
272
|
+
video/x-raw, format=RGB, width=160, height=120
|
|
273
|
+
video/x-raw, format=RGB, width=240, height=160
|
|
274
|
+
video/x-raw, format=RGB, width=320, height=240
|
|
275
|
+
video/x-raw, format=RGB, width=400, height=240
|
|
276
|
+
video/x-raw, format=RGB, width=480, height=320
|
|
277
|
+
video/x-raw, format=RGB, width=640, height=360
|
|
278
|
+
video/x-raw, format=RGB, width=640, height=480
|
|
279
|
+
video/x-raw, format=RGB, width=720, height=480
|
|
280
|
+
video/x-raw, format=RGB, width=768, height=480
|
|
281
|
+
video/x-raw, format=RGB, width=854, height=480
|
|
282
|
+
video/x-raw, format=RGB, width=720, height=576
|
|
283
|
+
video/x-raw, format=RGB, width=800, height=600
|
|
284
|
+
video/x-raw, format=RGB, width=960, height=540
|
|
285
|
+
video/x-raw, format=RGB, width=1024, height=576
|
|
286
|
+
video/x-raw, format=RGB, width=960, height=640
|
|
287
|
+
video/x-raw, format=RGB, width=1024, height=600
|
|
288
|
+
video/x-raw, format=RGB, width=1024, height=768
|
|
289
|
+
video/x-raw, format=RGB, width=1280, height=720
|
|
290
|
+
video/x-raw, format=RGB, width=1152, height=864
|
|
291
|
+
video/x-raw, format=RGB, width=1280, height=800
|
|
292
|
+
video/x-raw, format=RGB, width=1360, height=768
|
|
293
|
+
video/x-raw, format=RGB, width=1366, height=768
|
|
294
|
+
video/x-raw, format=RGB, width=1440, height=900
|
|
295
|
+
video/x-raw, format=RGB, width=1280, height=1024
|
|
296
|
+
video/x-raw, format=RGB, width=1536, height=864
|
|
297
|
+
video/x-raw, format=RGB, width=1280, height=1080
|
|
298
|
+
video/x-raw, format=RGB, width=1600, height=900
|
|
299
|
+
video/x-raw, format=RGB, width=1400, height=1050
|
|
300
|
+
video/x-raw, format=RGB, width=1680, height=1050
|
|
301
|
+
video/x-raw, format=RGB, width=1600, height=1200
|
|
302
|
+
video/x-raw, format=RGB, width=1920, height=1080
|
|
303
|
+
video/x-raw, format=RGB, width=2048, height=1080
|
|
304
|
+
video/x-raw, format=RGB, width=1920, height=1200
|
|
305
|
+
video/x-raw, format=RGB, width=2160, height=1080
|
|
306
|
+
video/x-raw, format=RGB, width=2048, height=1152
|
|
307
|
+
video/x-raw, format=RGB, width=2560, height=1080
|
|
308
|
+
video/x-raw, format=RGB, width=2048, height=1536
|
|
309
|
+
video/x-raw, format=RGB, width=2560, height=1440
|
|
310
|
+
video/x-raw, format=RGB, width=2560, height=1600
|
|
311
|
+
video/x-raw, format=RGB, width=3840, height=1080
|
|
312
|
+
video/x-raw, format=RGB, width=2960, height=1440
|
|
313
|
+
video/x-raw, format=RGB, width=3440, height=1440
|
|
314
|
+
video/x-raw, format=RGB, width=2560, height=2048
|
|
315
|
+
video/x-raw, format=RGB, width=3200, height=1800
|
|
316
|
+
video/x-raw, format=RGB, width=3840, height=1600
|
|
317
|
+
video/x-raw, format=RGB, width=3200, height=2048
|
|
318
|
+
video/x-raw, format=RGB, width=3200, height=2400
|
|
319
|
+
video/x-raw, format=RGB, width=3840, height=2160
|
|
320
|
+
video/x-raw, format=RGB, width=4096, height=2160
|
|
321
|
+
video/x-raw, format=RGB, width=3840, height=2400
|
|
322
|
+
video/x-raw, format=RGB, width=[ 64, 4608 ], height=[ 64, 2592 ]
|
|
323
|
+
video/x-raw, format=BGR, width=160, height=120
|
|
324
|
+
video/x-raw, format=BGR, width=240, height=160
|
|
325
|
+
video/x-raw, format=BGR, width=320, height=240
|
|
326
|
+
video/x-raw, format=BGR, width=400, height=240
|
|
327
|
+
video/x-raw, format=BGR, width=480, height=320
|
|
328
|
+
video/x-raw, format=BGR, width=640, height=360
|
|
329
|
+
video/x-raw, format=BGR, width=640, height=480
|
|
330
|
+
video/x-raw, format=BGR, width=720, height=480
|
|
331
|
+
video/x-raw, format=BGR, width=768, height=480
|
|
332
|
+
video/x-raw, format=BGR, width=854, height=480
|
|
333
|
+
video/x-raw, format=BGR, width=720, height=576
|
|
334
|
+
video/x-raw, format=BGR, width=800, height=600
|
|
335
|
+
video/x-raw, format=BGR, width=960, height=540
|
|
336
|
+
video/x-raw, format=BGR, width=1024, height=576
|
|
337
|
+
video/x-raw, format=BGR, width=960, height=640
|
|
338
|
+
video/x-raw, format=BGR, width=1024, height=600
|
|
339
|
+
video/x-raw, format=BGR, width=1024, height=768
|
|
340
|
+
video/x-raw, format=BGR, width=1280, height=720
|
|
341
|
+
video/x-raw, format=BGR, width=1152, height=864
|
|
342
|
+
video/x-raw, format=BGR, width=1280, height=800
|
|
343
|
+
video/x-raw, format=BGR, width=1360, height=768
|
|
344
|
+
video/x-raw, format=BGR, width=1366, height=768
|
|
345
|
+
video/x-raw, format=BGR, width=1440, height=900
|
|
346
|
+
video/x-raw, format=BGR, width=1280, height=1024
|
|
347
|
+
video/x-raw, format=BGR, width=1536, height=864
|
|
348
|
+
video/x-raw, format=BGR, width=1280, height=1080
|
|
349
|
+
video/x-raw, format=BGR, width=1600, height=900
|
|
350
|
+
video/x-raw, format=BGR, width=1400, height=1050
|
|
351
|
+
video/x-raw, format=BGR, width=1680, height=1050
|
|
352
|
+
video/x-raw, format=BGR, width=1600, height=1200
|
|
353
|
+
video/x-raw, format=BGR, width=1920, height=1080
|
|
354
|
+
video/x-raw, format=BGR, width=2048, height=1080
|
|
355
|
+
video/x-raw, format=BGR, width=1920, height=1200
|
|
356
|
+
video/x-raw, format=BGR, width=2160, height=1080
|
|
357
|
+
video/x-raw, format=BGR, width=2048, height=1152
|
|
358
|
+
video/x-raw, format=BGR, width=2560, height=1080
|
|
359
|
+
video/x-raw, format=BGR, width=2048, height=1536
|
|
360
|
+
video/x-raw, format=BGR, width=2560, height=1440
|
|
361
|
+
video/x-raw, format=BGR, width=2560, height=1600
|
|
362
|
+
video/x-raw, format=BGR, width=3840, height=1080
|
|
363
|
+
video/x-raw, format=BGR, width=2960, height=1440
|
|
364
|
+
video/x-raw, format=BGR, width=3440, height=1440
|
|
365
|
+
video/x-raw, format=BGR, width=2560, height=2048
|
|
366
|
+
video/x-raw, format=BGR, width=3200, height=1800
|
|
367
|
+
video/x-raw, format=BGR, width=3840, height=1600
|
|
368
|
+
video/x-raw, format=BGR, width=3200, height=2048
|
|
369
|
+
video/x-raw, format=BGR, width=3200, height=2400
|
|
370
|
+
video/x-raw, format=BGR, width=3840, height=2160
|
|
371
|
+
video/x-raw, format=BGR, width=4096, height=2160
|
|
372
|
+
video/x-raw, format=BGR, width=3840, height=2400
|
|
373
|
+
video/x-raw, format=BGR, width=[ 64, 4608 ], height=[ 64, 2592 ]
|
|
374
|
+
video/x-raw, format=BGRx, width=160, height=120
|
|
375
|
+
video/x-raw, format=BGRx, width=240, height=160
|
|
376
|
+
video/x-raw, format=BGRx, width=320, height=240
|
|
377
|
+
video/x-raw, format=BGRx, width=400, height=240
|
|
378
|
+
video/x-raw, format=BGRx, width=480, height=320
|
|
379
|
+
video/x-raw, format=BGRx, width=640, height=360
|
|
380
|
+
video/x-raw, format=BGRx, width=640, height=480
|
|
381
|
+
video/x-raw, format=BGRx, width=720, height=480
|
|
382
|
+
video/x-raw, format=BGRx, width=768, height=480
|
|
383
|
+
video/x-raw, format=BGRx, width=854, height=480
|
|
384
|
+
video/x-raw, format=BGRx, width=720, height=576
|
|
385
|
+
video/x-raw, format=BGRx, width=800, height=600
|
|
386
|
+
video/x-raw, format=BGRx, width=960, height=540
|
|
387
|
+
video/x-raw, format=BGRx, width=1024, height=576
|
|
388
|
+
video/x-raw, format=BGRx, width=960, height=640
|
|
389
|
+
video/x-raw, format=BGRx, width=1024, height=600
|
|
390
|
+
video/x-raw, format=BGRx, width=1024, height=768
|
|
391
|
+
video/x-raw, format=BGRx, width=1280, height=720
|
|
392
|
+
video/x-raw, format=BGRx, width=1152, height=864
|
|
393
|
+
video/x-raw, format=BGRx, width=1280, height=800
|
|
394
|
+
video/x-raw, format=BGRx, width=1360, height=768
|
|
395
|
+
video/x-raw, format=BGRx, width=1366, height=768
|
|
396
|
+
video/x-raw, format=BGRx, width=1440, height=900
|
|
397
|
+
video/x-raw, format=BGRx, width=1280, height=1024
|
|
398
|
+
video/x-raw, format=BGRx, width=1536, height=864
|
|
399
|
+
video/x-raw, format=BGRx, width=1280, height=1080
|
|
400
|
+
video/x-raw, format=BGRx, width=1600, height=900
|
|
401
|
+
video/x-raw, format=BGRx, width=1400, height=1050
|
|
402
|
+
video/x-raw, format=BGRx, width=1680, height=1050
|
|
403
|
+
video/x-raw, format=BGRx, width=1600, height=1200
|
|
404
|
+
video/x-raw, format=BGRx, width=1920, height=1080
|
|
405
|
+
video/x-raw, format=BGRx, width=2048, height=1080
|
|
406
|
+
video/x-raw, format=BGRx, width=1920, height=1200
|
|
407
|
+
video/x-raw, format=BGRx, width=2160, height=1080
|
|
408
|
+
video/x-raw, format=BGRx, width=2048, height=1152
|
|
409
|
+
video/x-raw, format=BGRx, width=2560, height=1080
|
|
410
|
+
video/x-raw, format=BGRx, width=2048, height=1536
|
|
411
|
+
video/x-raw, format=BGRx, width=2560, height=1440
|
|
412
|
+
video/x-raw, format=BGRx, width=2560, height=1600
|
|
413
|
+
video/x-raw, format=BGRx, width=3840, height=1080
|
|
414
|
+
video/x-raw, format=BGRx, width=2960, height=1440
|
|
415
|
+
video/x-raw, format=BGRx, width=3440, height=1440
|
|
416
|
+
video/x-raw, format=BGRx, width=2560, height=2048
|
|
417
|
+
video/x-raw, format=BGRx, width=3200, height=1800
|
|
418
|
+
video/x-raw, format=BGRx, width=3840, height=1600
|
|
419
|
+
video/x-raw, format=BGRx, width=3200, height=2048
|
|
420
|
+
video/x-raw, format=BGRx, width=3200, height=2400
|
|
421
|
+
video/x-raw, format=BGRx, width=3840, height=2160
|
|
422
|
+
video/x-raw, format=BGRx, width=4096, height=2160
|
|
423
|
+
video/x-raw, format=BGRx, width=3840, height=2400
|
|
424
|
+
video/x-raw, format=BGRx, width=[ 64, 4608 ], height=[ 64, 2592 ]
|
|
425
|
+
video/x-raw, format=RGB16, width=160, height=120
|
|
426
|
+
video/x-raw, format=RGB16, width=240, height=160
|
|
427
|
+
video/x-raw, format=RGB16, width=320, height=240
|
|
428
|
+
video/x-raw, format=RGB16, width=400, height=240
|
|
429
|
+
video/x-raw, format=RGB16, width=480, height=320
|
|
430
|
+
video/x-raw, format=RGB16, width=640, height=360
|
|
431
|
+
video/x-raw, format=RGB16, width=640, height=480
|
|
432
|
+
video/x-raw, format=RGB16, width=720, height=480
|
|
433
|
+
video/x-raw, format=RGB16, width=768, height=480
|
|
434
|
+
video/x-raw, format=RGB16, width=854, height=480
|
|
435
|
+
video/x-raw, format=RGB16, width=720, height=576
|
|
436
|
+
video/x-raw, format=RGB16, width=800, height=600
|
|
437
|
+
video/x-raw, format=RGB16, width=960, height=540
|
|
438
|
+
video/x-raw, format=RGB16, width=1024, height=576
|
|
439
|
+
video/x-raw, format=RGB16, width=960, height=640
|
|
440
|
+
video/x-raw, format=RGB16, width=1024, height=600
|
|
441
|
+
video/x-raw, format=RGB16, width=1024, height=768
|
|
442
|
+
video/x-raw, format=RGB16, width=1280, height=720
|
|
443
|
+
video/x-raw, format=RGB16, width=1152, height=864
|
|
444
|
+
video/x-raw, format=RGB16, width=1280, height=800
|
|
445
|
+
video/x-raw, format=RGB16, width=1360, height=768
|
|
446
|
+
video/x-raw, format=RGB16, width=1366, height=768
|
|
447
|
+
video/x-raw, format=RGB16, width=1440, height=900
|
|
448
|
+
video/x-raw, format=RGB16, width=1280, height=1024
|
|
449
|
+
video/x-raw, format=RGB16, width=1536, height=864
|
|
450
|
+
video/x-raw, format=RGB16, width=1280, height=1080
|
|
451
|
+
video/x-raw, format=RGB16, width=1600, height=900
|
|
452
|
+
video/x-raw, format=RGB16, width=1400, height=1050
|
|
453
|
+
video/x-raw, format=RGB16, width=1680, height=1050
|
|
454
|
+
video/x-raw, format=RGB16, width=1600, height=1200
|
|
455
|
+
video/x-raw, format=RGB16, width=1920, height=1080
|
|
456
|
+
video/x-raw, format=RGB16, width=2048, height=1080
|
|
457
|
+
video/x-raw, format=RGB16, width=1920, height=1200
|
|
458
|
+
video/x-raw, format=RGB16, width=2160, height=1080
|
|
459
|
+
video/x-raw, format=RGB16, width=2048, height=1152
|
|
460
|
+
video/x-raw, format=RGB16, width=2560, height=1080
|
|
461
|
+
video/x-raw, format=RGB16, width=2048, height=1536
|
|
462
|
+
video/x-raw, format=RGB16, width=2560, height=1440
|
|
463
|
+
video/x-raw, format=RGB16, width=2560, height=1600
|
|
464
|
+
video/x-raw, format=RGB16, width=3840, height=1080
|
|
465
|
+
video/x-raw, format=RGB16, width=2960, height=1440
|
|
466
|
+
video/x-raw, format=RGB16, width=3440, height=1440
|
|
467
|
+
video/x-raw, format=RGB16, width=2560, height=2048
|
|
468
|
+
video/x-raw, format=RGB16, width=3200, height=1800
|
|
469
|
+
video/x-raw, format=RGB16, width=3840, height=1600
|
|
470
|
+
video/x-raw, format=RGB16, width=3200, height=2048
|
|
471
|
+
video/x-raw, format=RGB16, width=3200, height=2400
|
|
472
|
+
video/x-raw, format=RGB16, width=3840, height=2160
|
|
473
|
+
video/x-raw, format=RGB16, width=4096, height=2160
|
|
474
|
+
video/x-raw, format=RGB16, width=3840, height=2400
|
|
475
|
+
video/x-raw, format=RGB16, width=[ 64, 4608 ], height=[ 64, 2592 ]
|
|
476
|
+
video/x-raw, format=YVYU, width=160, height=120
|
|
477
|
+
video/x-raw, format=YVYU, width=240, height=160
|
|
478
|
+
video/x-raw, format=YVYU, width=320, height=240
|
|
479
|
+
video/x-raw, format=YVYU, width=400, height=240
|
|
480
|
+
video/x-raw, format=YVYU, width=480, height=320
|
|
481
|
+
video/x-raw, format=YVYU, width=640, height=360
|
|
482
|
+
video/x-raw, format=YVYU, width=640, height=480
|
|
483
|
+
video/x-raw, format=YVYU, width=720, height=480
|
|
484
|
+
video/x-raw, format=YVYU, width=768, height=480
|
|
485
|
+
video/x-raw, format=YVYU, width=854, height=480
|
|
486
|
+
video/x-raw, format=YVYU, width=720, height=576
|
|
487
|
+
video/x-raw, format=YVYU, width=800, height=600
|
|
488
|
+
video/x-raw, format=YVYU, width=960, height=540
|
|
489
|
+
video/x-raw, format=YVYU, width=1024, height=576
|
|
490
|
+
video/x-raw, format=YVYU, width=960, height=640
|
|
491
|
+
video/x-raw, format=YVYU, width=1024, height=600
|
|
492
|
+
video/x-raw, format=YVYU, width=1024, height=768
|
|
493
|
+
video/x-raw, format=YVYU, width=1280, height=720
|
|
494
|
+
video/x-raw, format=YVYU, width=1152, height=864
|
|
495
|
+
video/x-raw, format=YVYU, width=1280, height=800
|
|
496
|
+
video/x-raw, format=YVYU, width=1360, height=768
|
|
497
|
+
video/x-raw, format=YVYU, width=1366, height=768
|
|
498
|
+
video/x-raw, format=YVYU, width=1440, height=900
|
|
499
|
+
video/x-raw, format=YVYU, width=1280, height=1024
|
|
500
|
+
video/x-raw, format=YVYU, width=1536, height=864
|
|
501
|
+
video/x-raw, format=YVYU, width=1280, height=1080
|
|
502
|
+
video/x-raw, format=YVYU, width=1600, height=900
|
|
503
|
+
video/x-raw, format=YVYU, width=1400, height=1050
|
|
504
|
+
video/x-raw, format=YVYU, width=1680, height=1050
|
|
505
|
+
video/x-raw, format=YVYU, width=1600, height=1200
|
|
506
|
+
video/x-raw, format=YVYU, width=1920, height=1080
|
|
507
|
+
video/x-raw, format=YVYU, width=2048, height=1080
|
|
508
|
+
video/x-raw, format=YVYU, width=1920, height=1200
|
|
509
|
+
video/x-raw, format=YVYU, width=2160, height=1080
|
|
510
|
+
video/x-raw, format=YVYU, width=2048, height=1152
|
|
511
|
+
video/x-raw, format=YVYU, width=2560, height=1080
|
|
512
|
+
video/x-raw, format=YVYU, width=2048, height=1536
|
|
513
|
+
video/x-raw, format=YVYU, width=2560, height=1440
|
|
514
|
+
video/x-raw, format=YVYU, width=2560, height=1600
|
|
515
|
+
video/x-raw, format=YVYU, width=3840, height=1080
|
|
516
|
+
video/x-raw, format=YVYU, width=2960, height=1440
|
|
517
|
+
video/x-raw, format=YVYU, width=3440, height=1440
|
|
518
|
+
video/x-raw, format=YVYU, width=2560, height=2048
|
|
519
|
+
video/x-raw, format=YVYU, width=3200, height=1800
|
|
520
|
+
video/x-raw, format=YVYU, width=3840, height=1600
|
|
521
|
+
video/x-raw, format=YVYU, width=3200, height=2048
|
|
522
|
+
video/x-raw, format=YVYU, width=3200, height=2400
|
|
523
|
+
video/x-raw, format=YVYU, width=3840, height=2160
|
|
524
|
+
video/x-raw, format=YVYU, width=4096, height=2160
|
|
525
|
+
video/x-raw, format=YVYU, width=3840, height=2400
|
|
526
|
+
video/x-raw, format=YVYU, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
527
|
+
video/x-raw, format=YUY2, width=160, height=120
|
|
528
|
+
video/x-raw, format=YUY2, width=240, height=160
|
|
529
|
+
video/x-raw, format=YUY2, width=320, height=240
|
|
530
|
+
video/x-raw, format=YUY2, width=400, height=240
|
|
531
|
+
video/x-raw, format=YUY2, width=480, height=320
|
|
532
|
+
video/x-raw, format=YUY2, width=640, height=360
|
|
533
|
+
video/x-raw, format=YUY2, width=640, height=480
|
|
534
|
+
video/x-raw, format=YUY2, width=720, height=480
|
|
535
|
+
video/x-raw, format=YUY2, width=768, height=480
|
|
536
|
+
video/x-raw, format=YUY2, width=854, height=480
|
|
537
|
+
video/x-raw, format=YUY2, width=720, height=576
|
|
538
|
+
video/x-raw, format=YUY2, width=800, height=600
|
|
539
|
+
video/x-raw, format=YUY2, width=960, height=540
|
|
540
|
+
video/x-raw, format=YUY2, width=1024, height=576
|
|
541
|
+
video/x-raw, format=YUY2, width=960, height=640
|
|
542
|
+
video/x-raw, format=YUY2, width=1024, height=600
|
|
543
|
+
video/x-raw, format=YUY2, width=1024, height=768
|
|
544
|
+
video/x-raw, format=YUY2, width=1280, height=720
|
|
545
|
+
video/x-raw, format=YUY2, width=1152, height=864
|
|
546
|
+
video/x-raw, format=YUY2, width=1280, height=800
|
|
547
|
+
video/x-raw, format=YUY2, width=1360, height=768
|
|
548
|
+
video/x-raw, format=YUY2, width=1366, height=768
|
|
549
|
+
video/x-raw, format=YUY2, width=1440, height=900
|
|
550
|
+
video/x-raw, format=YUY2, width=1280, height=1024
|
|
551
|
+
video/x-raw, format=YUY2, width=1536, height=864
|
|
552
|
+
video/x-raw, format=YUY2, width=1280, height=1080
|
|
553
|
+
video/x-raw, format=YUY2, width=1600, height=900
|
|
554
|
+
video/x-raw, format=YUY2, width=1400, height=1050
|
|
555
|
+
video/x-raw, format=YUY2, width=1680, height=1050
|
|
556
|
+
video/x-raw, format=YUY2, width=1600, height=1200
|
|
557
|
+
video/x-raw, format=YUY2, width=1920, height=1080
|
|
558
|
+
video/x-raw, format=YUY2, width=2048, height=1080
|
|
559
|
+
video/x-raw, format=YUY2, width=1920, height=1200
|
|
560
|
+
video/x-raw, format=YUY2, width=2160, height=1080
|
|
561
|
+
video/x-raw, format=YUY2, width=2048, height=1152
|
|
562
|
+
video/x-raw, format=YUY2, width=2560, height=1080
|
|
563
|
+
video/x-raw, format=YUY2, width=2048, height=1536
|
|
564
|
+
video/x-raw, format=YUY2, width=2560, height=1440
|
|
565
|
+
video/x-raw, format=YUY2, width=2560, height=1600
|
|
566
|
+
video/x-raw, format=YUY2, width=3840, height=1080
|
|
567
|
+
video/x-raw, format=YUY2, width=2960, height=1440
|
|
568
|
+
video/x-raw, format=YUY2, width=3440, height=1440
|
|
569
|
+
video/x-raw, format=YUY2, width=2560, height=2048
|
|
570
|
+
video/x-raw, format=YUY2, width=3200, height=1800
|
|
571
|
+
video/x-raw, format=YUY2, width=3840, height=1600
|
|
572
|
+
video/x-raw, format=YUY2, width=3200, height=2048
|
|
573
|
+
video/x-raw, format=YUY2, width=3200, height=2400
|
|
574
|
+
video/x-raw, format=YUY2, width=3840, height=2160
|
|
575
|
+
video/x-raw, format=YUY2, width=4096, height=2160
|
|
576
|
+
video/x-raw, format=YUY2, width=3840, height=2400
|
|
577
|
+
video/x-raw, format=YUY2, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
578
|
+
video/x-raw, format=VYUY, width=160, height=120
|
|
579
|
+
video/x-raw, format=VYUY, width=240, height=160
|
|
580
|
+
video/x-raw, format=VYUY, width=320, height=240
|
|
581
|
+
video/x-raw, format=VYUY, width=400, height=240
|
|
582
|
+
video/x-raw, format=VYUY, width=480, height=320
|
|
583
|
+
video/x-raw, format=VYUY, width=640, height=360
|
|
584
|
+
video/x-raw, format=VYUY, width=640, height=480
|
|
585
|
+
video/x-raw, format=VYUY, width=720, height=480
|
|
586
|
+
video/x-raw, format=VYUY, width=768, height=480
|
|
587
|
+
video/x-raw, format=VYUY, width=854, height=480
|
|
588
|
+
video/x-raw, format=VYUY, width=720, height=576
|
|
589
|
+
video/x-raw, format=VYUY, width=800, height=600
|
|
590
|
+
video/x-raw, format=VYUY, width=960, height=540
|
|
591
|
+
video/x-raw, format=VYUY, width=1024, height=576
|
|
592
|
+
video/x-raw, format=VYUY, width=960, height=640
|
|
593
|
+
video/x-raw, format=VYUY, width=1024, height=600
|
|
594
|
+
video/x-raw, format=VYUY, width=1024, height=768
|
|
595
|
+
video/x-raw, format=VYUY, width=1280, height=720
|
|
596
|
+
video/x-raw, format=VYUY, width=1152, height=864
|
|
597
|
+
video/x-raw, format=VYUY, width=1280, height=800
|
|
598
|
+
video/x-raw, format=VYUY, width=1360, height=768
|
|
599
|
+
video/x-raw, format=VYUY, width=1366, height=768
|
|
600
|
+
video/x-raw, format=VYUY, width=1440, height=900
|
|
601
|
+
video/x-raw, format=VYUY, width=1280, height=1024
|
|
602
|
+
video/x-raw, format=VYUY, width=1536, height=864
|
|
603
|
+
video/x-raw, format=VYUY, width=1280, height=1080
|
|
604
|
+
video/x-raw, format=VYUY, width=1600, height=900
|
|
605
|
+
video/x-raw, format=VYUY, width=1400, height=1050
|
|
606
|
+
video/x-raw, format=VYUY, width=1680, height=1050
|
|
607
|
+
video/x-raw, format=VYUY, width=1600, height=1200
|
|
608
|
+
video/x-raw, format=VYUY, width=1920, height=1080
|
|
609
|
+
video/x-raw, format=VYUY, width=2048, height=1080
|
|
610
|
+
video/x-raw, format=VYUY, width=1920, height=1200
|
|
611
|
+
video/x-raw, format=VYUY, width=2160, height=1080
|
|
612
|
+
video/x-raw, format=VYUY, width=2048, height=1152
|
|
613
|
+
video/x-raw, format=VYUY, width=2560, height=1080
|
|
614
|
+
video/x-raw, format=VYUY, width=2048, height=1536
|
|
615
|
+
video/x-raw, format=VYUY, width=2560, height=1440
|
|
616
|
+
video/x-raw, format=VYUY, width=2560, height=1600
|
|
617
|
+
video/x-raw, format=VYUY, width=3840, height=1080
|
|
618
|
+
video/x-raw, format=VYUY, width=2960, height=1440
|
|
619
|
+
video/x-raw, format=VYUY, width=3440, height=1440
|
|
620
|
+
video/x-raw, format=VYUY, width=2560, height=2048
|
|
621
|
+
video/x-raw, format=VYUY, width=3200, height=1800
|
|
622
|
+
video/x-raw, format=VYUY, width=3840, height=1600
|
|
623
|
+
video/x-raw, format=VYUY, width=3200, height=2048
|
|
624
|
+
video/x-raw, format=VYUY, width=3200, height=2400
|
|
625
|
+
video/x-raw, format=VYUY, width=3840, height=2160
|
|
626
|
+
video/x-raw, format=VYUY, width=4096, height=2160
|
|
627
|
+
video/x-raw, format=VYUY, width=3840, height=2400
|
|
628
|
+
video/x-raw, format=VYUY, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
629
|
+
video/x-raw, format=UYVY, width=160, height=120
|
|
630
|
+
video/x-raw, format=UYVY, width=240, height=160
|
|
631
|
+
video/x-raw, format=UYVY, width=320, height=240
|
|
632
|
+
video/x-raw, format=UYVY, width=400, height=240
|
|
633
|
+
video/x-raw, format=UYVY, width=480, height=320
|
|
634
|
+
video/x-raw, format=UYVY, width=640, height=360
|
|
635
|
+
video/x-raw, format=UYVY, width=640, height=480
|
|
636
|
+
video/x-raw, format=UYVY, width=720, height=480
|
|
637
|
+
video/x-raw, format=UYVY, width=768, height=480
|
|
638
|
+
video/x-raw, format=UYVY, width=854, height=480
|
|
639
|
+
video/x-raw, format=UYVY, width=720, height=576
|
|
640
|
+
video/x-raw, format=UYVY, width=800, height=600
|
|
641
|
+
video/x-raw, format=UYVY, width=960, height=540
|
|
642
|
+
video/x-raw, format=UYVY, width=1024, height=576
|
|
643
|
+
video/x-raw, format=UYVY, width=960, height=640
|
|
644
|
+
video/x-raw, format=UYVY, width=1024, height=600
|
|
645
|
+
video/x-raw, format=UYVY, width=1024, height=768
|
|
646
|
+
video/x-raw, format=UYVY, width=1280, height=720
|
|
647
|
+
video/x-raw, format=UYVY, width=1152, height=864
|
|
648
|
+
video/x-raw, format=UYVY, width=1280, height=800
|
|
649
|
+
video/x-raw, format=UYVY, width=1360, height=768
|
|
650
|
+
video/x-raw, format=UYVY, width=1366, height=768
|
|
651
|
+
video/x-raw, format=UYVY, width=1440, height=900
|
|
652
|
+
video/x-raw, format=UYVY, width=1280, height=1024
|
|
653
|
+
video/x-raw, format=UYVY, width=1536, height=864
|
|
654
|
+
video/x-raw, format=UYVY, width=1280, height=1080
|
|
655
|
+
video/x-raw, format=UYVY, width=1600, height=900
|
|
656
|
+
video/x-raw, format=UYVY, width=1400, height=1050
|
|
657
|
+
video/x-raw, format=UYVY, width=1680, height=1050
|
|
658
|
+
video/x-raw, format=UYVY, width=1600, height=1200
|
|
659
|
+
video/x-raw, format=UYVY, width=1920, height=1080
|
|
660
|
+
video/x-raw, format=UYVY, width=2048, height=1080
|
|
661
|
+
video/x-raw, format=UYVY, width=1920, height=1200
|
|
662
|
+
video/x-raw, format=UYVY, width=2160, height=1080
|
|
663
|
+
video/x-raw, format=UYVY, width=2048, height=1152
|
|
664
|
+
video/x-raw, format=UYVY, width=2560, height=1080
|
|
665
|
+
video/x-raw, format=UYVY, width=2048, height=1536
|
|
666
|
+
video/x-raw, format=UYVY, width=2560, height=1440
|
|
667
|
+
video/x-raw, format=UYVY, width=2560, height=1600
|
|
668
|
+
video/x-raw, format=UYVY, width=3840, height=1080
|
|
669
|
+
video/x-raw, format=UYVY, width=2960, height=1440
|
|
670
|
+
video/x-raw, format=UYVY, width=3440, height=1440
|
|
671
|
+
video/x-raw, format=UYVY, width=2560, height=2048
|
|
672
|
+
video/x-raw, format=UYVY, width=3200, height=1800
|
|
673
|
+
video/x-raw, format=UYVY, width=3840, height=1600
|
|
674
|
+
video/x-raw, format=UYVY, width=3200, height=2048
|
|
675
|
+
video/x-raw, format=UYVY, width=3200, height=2400
|
|
676
|
+
video/x-raw, format=UYVY, width=3840, height=2160
|
|
677
|
+
video/x-raw, format=UYVY, width=4096, height=2160
|
|
678
|
+
video/x-raw, format=UYVY, width=3840, height=2400
|
|
679
|
+
video/x-raw, format=UYVY, width=[ 64, 4608, 2 ], height=[ 64, 2592, 2 ]
|
|
680
|
+
properties:
|
|
681
|
+
api.libcamera.SystemDevices = < (gint64)20739, (gint64)20740, (gint64)20738, (gint64)20741, (gint64)20744 >
|
|
682
|
+
api.libcamera.ScalerCropMaximum = < (int)0, (int)0, (int)0, (int)0 >
|
|
683
|
+
api.libcamera.PixelArrayActiveAreas = < (int)16, (int)24, (int)4608, (int)2592 >
|
|
684
|
+
api.libcamera.PixelArraySize = < (int)4608, (int)2592 >
|
|
685
|
+
api.libcamera.Rotation = 180
|
|
686
|
+
api.libcamera.Location = CameraLocationExternal
|
|
687
|
+
api.libcamera.ColorFilterArrangement = RGGB
|
|
688
|
+
api.libcamera.UnitCellSize = < (int)1400, (int)1400 >
|
|
689
|
+
api.libcamera.Model = imx708
|
|
690
|
+
gst-launch-1.0 libcamerasrc camera-name="/base/soc/i2c0mux/i2c\@1/imx708\@1a" ! ...
|
|
691
|
+
|
|
692
|
+
|
|
693
|
+
Device found:
|
|
694
|
+
|
|
695
|
+
name : /base/scb/pcie@7d500000/pci@0,0/usb@0,0-1.1:1.0-046d:085c
|
|
696
|
+
class : Source/Video
|
|
697
|
+
caps : image/jpeg, width=160, height=90
|
|
698
|
+
image/jpeg, width=160, height=120
|
|
699
|
+
image/jpeg, width=176, height=144
|
|
700
|
+
image/jpeg, width=320, height=180
|
|
701
|
+
image/jpeg, width=320, height=240
|
|
702
|
+
image/jpeg, width=352, height=288
|
|
703
|
+
image/jpeg, width=432, height=240
|
|
704
|
+
image/jpeg, width=640, height=360
|
|
705
|
+
image/jpeg, width=640, height=480
|
|
706
|
+
image/jpeg, width=800, height=448
|
|
707
|
+
image/jpeg, width=864, height=480
|
|
708
|
+
image/jpeg, width=800, height=600
|
|
709
|
+
image/jpeg, width=1024, height=576
|
|
710
|
+
image/jpeg, width=960, height=720
|
|
711
|
+
image/jpeg, width=1280, height=720
|
|
712
|
+
image/jpeg, width=1600, height=896
|
|
713
|
+
image/jpeg, width=1920, height=1080
|
|
714
|
+
video/x-raw, format=YUY2, width=160, height=90
|
|
715
|
+
video/x-raw, format=YUY2, width=160, height=120
|
|
716
|
+
video/x-raw, format=YUY2, width=176, height=144
|
|
717
|
+
video/x-raw, format=YUY2, width=320, height=180
|
|
718
|
+
video/x-raw, format=YUY2, width=320, height=240
|
|
719
|
+
video/x-raw, format=YUY2, width=352, height=288
|
|
720
|
+
video/x-raw, format=YUY2, width=432, height=240
|
|
721
|
+
video/x-raw, format=YUY2, width=640, height=360
|
|
722
|
+
video/x-raw, format=YUY2, width=640, height=480
|
|
723
|
+
video/x-raw, format=YUY2, width=800, height=448
|
|
724
|
+
video/x-raw, format=YUY2, width=864, height=480
|
|
725
|
+
video/x-raw, format=YUY2, width=800, height=600
|
|
726
|
+
video/x-raw, format=YUY2, width=1024, height=576
|
|
727
|
+
video/x-raw, format=YUY2, width=960, height=720
|
|
728
|
+
video/x-raw, format=YUY2, width=1280, height=720
|
|
729
|
+
video/x-raw, format=YUY2, width=1600, height=896
|
|
730
|
+
video/x-raw, format=YUY2, width=1920, height=1080
|
|
731
|
+
video/x-raw, format=YUY2, width=2304, height=1296
|
|
732
|
+
video/x-raw, format=YUY2, width=2304, height=1536
|
|
733
|
+
properties:
|
|
734
|
+
api.libcamera.SystemDevices = < (gint64)20754 >
|
|
735
|
+
api.libcamera.PixelArrayActiveAreas = < (int)0, (int)0, (int)2304, (int)1536 >
|
|
736
|
+
api.libcamera.PixelArraySize = < (int)2304, (int)1536 >
|
|
737
|
+
api.libcamera.Location = CameraLocationExternal
|
|
738
|
+
api.libcamera.Model = C922 Pro Stream Webcam
|
|
739
|
+
gst-launch-1.0 libcamerasrc camera-name="/base/scb/pcie\@7d500000/pci\@0\,0/usb\@0\,0-1.1:1.0-046d:085c" ! ...
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
Device found:
|
|
743
|
+
|
|
744
|
+
name : Monitor of Built-in Audio Stereo
|
|
745
|
+
class : Audio/Source
|
|
746
|
+
caps : audio/x-raw, format={ (string)S16LE, (string)S16BE, (string)F32LE, (string)F32BE, (string)S32LE, (string)S32BE, (string)S24LE, (string)S24BE, (string)S24_32LE, (string)S24_32BE, (string)U8 }, layout=interleaved, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
747
|
+
audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
748
|
+
audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
749
|
+
properties:
|
|
750
|
+
alsa.card = 2
|
|
751
|
+
alsa.card_name = bcm2835 Headphones
|
|
752
|
+
alsa.class = generic
|
|
753
|
+
alsa.device = 0
|
|
754
|
+
alsa.id = bcm2835 Headphones
|
|
755
|
+
alsa.long_card_name = bcm2835 Headphones
|
|
756
|
+
alsa.mixer_name = Broadcom Mixer
|
|
757
|
+
alsa.name = bcm2835 Headphones
|
|
758
|
+
alsa.resolution_bits = 16
|
|
759
|
+
alsa.subclass = generic-mix
|
|
760
|
+
alsa.subdevice = 0
|
|
761
|
+
alsa.subdevice_name = subdevice #0
|
|
762
|
+
alsa.sync.id = 00000000:00000000:00000000:00000000
|
|
763
|
+
api.alsa.card.longname = bcm2835 Headphones
|
|
764
|
+
api.alsa.card.name = bcm2835 Headphones
|
|
765
|
+
api.alsa.path = hw:2
|
|
766
|
+
api.alsa.pcm.card = 2
|
|
767
|
+
api.alsa.pcm.stream = playback
|
|
768
|
+
audio.channels = 2
|
|
769
|
+
audio.position = FL,FR
|
|
770
|
+
card.profile.device = 1
|
|
771
|
+
device.api = alsa
|
|
772
|
+
device.class = monitor
|
|
773
|
+
device.icon_name = audio-card-analog
|
|
774
|
+
device.id = 48
|
|
775
|
+
device.profile.description = Stereo
|
|
776
|
+
device.profile.name = stereo-fallback
|
|
777
|
+
device.routes = 1
|
|
778
|
+
factory.name = api.alsa.pcm.sink
|
|
779
|
+
media.class = Audio/Sink
|
|
780
|
+
device.description = Built-in Audio
|
|
781
|
+
node.name = alsa_output.platform-fe00b840.mailbox.stereo-fallback
|
|
782
|
+
node.nick = bcm2835 Headphones
|
|
783
|
+
node.pause-on-idle = false
|
|
784
|
+
object.path = alsa:acp:Headphones:1:playback
|
|
785
|
+
port.group = playback
|
|
786
|
+
priority.driver = 1000
|
|
787
|
+
priority.session = 1000
|
|
788
|
+
factory.id = 19
|
|
789
|
+
clock.quantum-limit = 8192
|
|
790
|
+
client.id = 47
|
|
791
|
+
node.driver = true
|
|
792
|
+
node.loop.name = data-loop.0
|
|
793
|
+
library.name = audioconvert/libspa-audioconvert
|
|
794
|
+
object.id = 57
|
|
795
|
+
object.serial = 57
|
|
796
|
+
api.acp.auto-port = false
|
|
797
|
+
api.acp.auto-profile = false
|
|
798
|
+
api.alsa.card = 2
|
|
799
|
+
api.alsa.split-enable = true
|
|
800
|
+
api.alsa.use-acp = true
|
|
801
|
+
api.dbus.ReserveDevice1 = Audio2
|
|
802
|
+
api.dbus.ReserveDevice1.Priority = -20
|
|
803
|
+
device.bus_path = platform-fe00b840.mailbox
|
|
804
|
+
device.enum.api = udev
|
|
805
|
+
device.form_factor = internal
|
|
806
|
+
device.name = alsa_card.platform-fe00b840.mailbox
|
|
807
|
+
device.nick = bcm2835 Headphones
|
|
808
|
+
device.plugged.usec = 5853011
|
|
809
|
+
device.subsystem = sound
|
|
810
|
+
sysfs.path = /devices/platform/soc/fe00b840.mailbox/bcm2835-audio/sound/card2
|
|
811
|
+
spa.object.id = 6
|
|
812
|
+
device.string = 2
|
|
813
|
+
is-default = false
|
|
814
|
+
gst-launch-1.0 pulsesrc device=alsa_output.platform-fe00b840.mailbox.stereo-fallback.monitor ! ...
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
Device found:
|
|
818
|
+
|
|
819
|
+
name : C922 Pro Stream Webcam Analog Stereo
|
|
820
|
+
class : Audio/Source
|
|
821
|
+
caps : audio/x-raw, format={ (string)S16LE, (string)S16BE, (string)F32LE, (string)F32BE, (string)S32LE, (string)S32BE, (string)S24LE, (string)S24BE, (string)S24_32LE, (string)S24_32BE, (string)U8 }, layout=interleaved, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
822
|
+
audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
823
|
+
audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
824
|
+
properties:
|
|
825
|
+
alsa.card = 3
|
|
826
|
+
alsa.card_name = C922 Pro Stream Webcam
|
|
827
|
+
alsa.class = generic
|
|
828
|
+
alsa.components = USB046d:085c
|
|
829
|
+
alsa.device = 0
|
|
830
|
+
alsa.driver_name = snd_usb_audio
|
|
831
|
+
alsa.id = USB Audio
|
|
832
|
+
alsa.long_card_name = C922 Pro Stream Webcam at usb-0000:01:00.0-1.1, high speed
|
|
833
|
+
alsa.mixer_name = USB Mixer
|
|
834
|
+
alsa.name = USB Audio
|
|
835
|
+
alsa.resolution_bits = 16
|
|
836
|
+
alsa.subclass = generic-mix
|
|
837
|
+
alsa.subdevice = 0
|
|
838
|
+
alsa.subdevice_name = subdevice #0
|
|
839
|
+
alsa.sync.id = 00000000:00000000:00000000:00000000
|
|
840
|
+
api.alsa.card.longname = C922 Pro Stream Webcam at usb-0000:01:00.0-1.1, high speed
|
|
841
|
+
api.alsa.card.name = C922 Pro Stream Webcam
|
|
842
|
+
api.alsa.path = front:3
|
|
843
|
+
api.alsa.pcm.card = 3
|
|
844
|
+
api.alsa.pcm.stream = capture
|
|
845
|
+
audio.channels = 2
|
|
846
|
+
audio.position = FL,FR
|
|
847
|
+
card.profile.device = 0
|
|
848
|
+
device.api = alsa
|
|
849
|
+
device.class = sound
|
|
850
|
+
device.icon_name = audio-card-analog
|
|
851
|
+
device.id = 86
|
|
852
|
+
device.profile.description = Analog Stereo
|
|
853
|
+
device.profile.name = analog-stereo
|
|
854
|
+
device.routes = 1
|
|
855
|
+
factory.name = api.alsa.pcm.source
|
|
856
|
+
media.class = Audio/Source
|
|
857
|
+
device.description = C922 Pro Stream Webcam
|
|
858
|
+
node.name = alsa_input.usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02.analog-stereo
|
|
859
|
+
node.nick = C922 Pro Stream Webcam
|
|
860
|
+
node.pause-on-idle = false
|
|
861
|
+
object.path = alsa:acp:Webcam:0:capture
|
|
862
|
+
port.group = capture
|
|
863
|
+
priority.driver = 2009
|
|
864
|
+
priority.session = 2009
|
|
865
|
+
factory.id = 19
|
|
866
|
+
clock.quantum-limit = 8192
|
|
867
|
+
client.id = 47
|
|
868
|
+
node.driver = true
|
|
869
|
+
node.loop.name = data-loop.0
|
|
870
|
+
library.name = audioconvert/libspa-audioconvert
|
|
871
|
+
object.id = 87
|
|
872
|
+
object.serial = 96
|
|
873
|
+
api.acp.auto-port = false
|
|
874
|
+
api.acp.auto-profile = false
|
|
875
|
+
api.alsa.card = 3
|
|
876
|
+
api.alsa.split-enable = true
|
|
877
|
+
api.alsa.use-acp = true
|
|
878
|
+
api.dbus.ReserveDevice1 = Audio3
|
|
879
|
+
api.dbus.ReserveDevice1.Priority = -20
|
|
880
|
+
device.bus = usb
|
|
881
|
+
device.bus-id = usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02
|
|
882
|
+
device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.1:1.2
|
|
883
|
+
device.enum.api = udev
|
|
884
|
+
device.form_factor = webcam
|
|
885
|
+
device.name = alsa_card.usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02
|
|
886
|
+
device.nick = C922 Pro Stream Webcam
|
|
887
|
+
device.plugged.usec = 991336409
|
|
888
|
+
device.product.id = 0x085c
|
|
889
|
+
device.product.name = C922 Pro Stream Webcam
|
|
890
|
+
device.serial = 046d_C922_Pro_Stream_Webcam_C72F6EDF
|
|
891
|
+
device.subsystem = sound
|
|
892
|
+
sysfs.path = /devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.1/1-1.1:1.2/sound/card3
|
|
893
|
+
device.vendor.id = 0x046d
|
|
894
|
+
device.vendor.name = Logitech, Inc.
|
|
895
|
+
spa.object.id = 8
|
|
896
|
+
device.string = 3
|
|
897
|
+
is-default = true
|
|
898
|
+
gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_C922_Pro_Stream_Webcam_C72F6EDF-02.analog-stereo ! ...
|
|
899
|
+
|
|
900
|
+
|
|
901
|
+
Device found:
|
|
902
|
+
|
|
903
|
+
name : Built-in Audio Stereo
|
|
904
|
+
class : Audio/Sink
|
|
905
|
+
caps : audio/x-raw, format={ (string)S16LE, (string)S16BE, (string)F32LE, (string)F32BE, (string)S32LE, (string)S32BE, (string)S24LE, (string)S24BE, (string)S24_32LE, (string)S24_32BE, (string)U8 }, layout=interleaved, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
906
|
+
audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
907
|
+
audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
908
|
+
properties:
|
|
909
|
+
alsa.card = 2
|
|
910
|
+
alsa.card_name = bcm2835 Headphones
|
|
911
|
+
alsa.class = generic
|
|
912
|
+
alsa.device = 0
|
|
913
|
+
alsa.id = bcm2835 Headphones
|
|
914
|
+
alsa.long_card_name = bcm2835 Headphones
|
|
915
|
+
alsa.mixer_name = Broadcom Mixer
|
|
916
|
+
alsa.name = bcm2835 Headphones
|
|
917
|
+
alsa.resolution_bits = 16
|
|
918
|
+
alsa.subclass = generic-mix
|
|
919
|
+
alsa.subdevice = 0
|
|
920
|
+
alsa.subdevice_name = subdevice #0
|
|
921
|
+
alsa.sync.id = 00000000:00000000:00000000:00000000
|
|
922
|
+
api.alsa.card.longname = bcm2835 Headphones
|
|
923
|
+
api.alsa.card.name = bcm2835 Headphones
|
|
924
|
+
api.alsa.path = hw:2
|
|
925
|
+
api.alsa.pcm.card = 2
|
|
926
|
+
api.alsa.pcm.stream = playback
|
|
927
|
+
audio.channels = 2
|
|
928
|
+
audio.position = FL,FR
|
|
929
|
+
card.profile.device = 1
|
|
930
|
+
device.api = alsa
|
|
931
|
+
device.class = sound
|
|
932
|
+
device.icon_name = audio-card-analog
|
|
933
|
+
device.id = 48
|
|
934
|
+
device.profile.description = Stereo
|
|
935
|
+
device.profile.name = stereo-fallback
|
|
936
|
+
device.routes = 1
|
|
937
|
+
factory.name = api.alsa.pcm.sink
|
|
938
|
+
media.class = Audio/Sink
|
|
939
|
+
device.description = Built-in Audio
|
|
940
|
+
node.name = alsa_output.platform-fe00b840.mailbox.stereo-fallback
|
|
941
|
+
node.nick = bcm2835 Headphones
|
|
942
|
+
node.pause-on-idle = false
|
|
943
|
+
object.path = alsa:acp:Headphones:1:playback
|
|
944
|
+
port.group = playback
|
|
945
|
+
priority.driver = 1000
|
|
946
|
+
priority.session = 1000
|
|
947
|
+
factory.id = 19
|
|
948
|
+
clock.quantum-limit = 8192
|
|
949
|
+
client.id = 47
|
|
950
|
+
node.driver = true
|
|
951
|
+
node.loop.name = data-loop.0
|
|
952
|
+
library.name = audioconvert/libspa-audioconvert
|
|
953
|
+
object.id = 57
|
|
954
|
+
object.serial = 57
|
|
955
|
+
api.acp.auto-port = false
|
|
956
|
+
api.acp.auto-profile = false
|
|
957
|
+
api.alsa.card = 2
|
|
958
|
+
api.alsa.split-enable = true
|
|
959
|
+
api.alsa.use-acp = true
|
|
960
|
+
api.dbus.ReserveDevice1 = Audio2
|
|
961
|
+
api.dbus.ReserveDevice1.Priority = -20
|
|
962
|
+
device.bus_path = platform-fe00b840.mailbox
|
|
963
|
+
device.enum.api = udev
|
|
964
|
+
device.form_factor = internal
|
|
965
|
+
device.name = alsa_card.platform-fe00b840.mailbox
|
|
966
|
+
device.nick = bcm2835 Headphones
|
|
967
|
+
device.plugged.usec = 5853011
|
|
968
|
+
device.subsystem = sound
|
|
969
|
+
sysfs.path = /devices/platform/soc/fe00b840.mailbox/bcm2835-audio/sound/card2
|
|
970
|
+
spa.object.id = 6
|
|
971
|
+
device.string = 2
|
|
972
|
+
is-default = true
|
|
973
|
+
gst-launch-1.0 ... ! pulsesink device=alsa_output.platform-fe00b840.mailbox.stereo-fallback
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
Device found:
|
|
977
|
+
|
|
978
|
+
name : UvcH264 C922 Pro Stream Webcam
|
|
979
|
+
class : Video/CameraSource
|
|
980
|
+
caps : video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=2304, height={ (int)1536, (int)1296 }, pixel-aspect-ratio=1/1, framerate=2/1
|
|
981
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
|
|
982
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
|
|
983
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
984
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=960, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
985
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=1024, height=576, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
986
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=800, height=600, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
987
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=864, height=480, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
988
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=800, height=448, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
989
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=640, height={ (int)480, (int)360 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
990
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=432, height=240, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
991
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=352, height=288, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
992
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=320, height={ (int)240, (int)180 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
993
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=176, height=144, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
994
|
+
video/x-raw(memory:DMABuf), format=DMA_DRM, drm-format=YUYV, width=160, height={ (int)120, (int)90 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
995
|
+
image/jpeg, parsed=true, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
996
|
+
image/jpeg, parsed=true, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
997
|
+
image/jpeg, parsed=true, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)60/1, (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
998
|
+
image/jpeg, parsed=true, width=960, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
999
|
+
image/jpeg, parsed=true, width=1024, height=576, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1000
|
+
image/jpeg, parsed=true, width=800, height={ (int)600, (int)448 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1001
|
+
image/jpeg, parsed=true, width=864, height=480, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1002
|
+
image/jpeg, parsed=true, width=640, height={ (int)480, (int)360 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1003
|
+
image/jpeg, parsed=true, width=432, height=240, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1004
|
+
image/jpeg, parsed=true, width=352, height=288, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1005
|
+
image/jpeg, parsed=true, width=320, height={ (int)240, (int)180 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1006
|
+
image/jpeg, parsed=true, width=176, height=144, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1007
|
+
image/jpeg, parsed=true, width=160, height={ (int)120, (int)90 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1008
|
+
video/x-raw, format=YUY2, width=2304, height={ (int)1536, (int)1296 }, pixel-aspect-ratio=1/1, framerate=2/1
|
|
1009
|
+
video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
|
|
1010
|
+
video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
|
|
1011
|
+
video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1012
|
+
video/x-raw, format=YUY2, width=960, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1013
|
+
video/x-raw, format=YUY2, width=1024, height=576, pixel-aspect-ratio=1/1, framerate={ (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1014
|
+
video/x-raw, format=YUY2, width=800, height=600, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1015
|
+
video/x-raw, format=YUY2, width=864, height=480, pixel-aspect-ratio=1/1, framerate={ (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1016
|
+
video/x-raw, format=YUY2, width=800, height=448, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1017
|
+
video/x-raw, format=YUY2, width=640, height={ (int)480, (int)360 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1018
|
+
video/x-raw, format=YUY2, width=432, height=240, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1019
|
+
video/x-raw, format=YUY2, width=352, height=288, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1020
|
+
video/x-raw, format=YUY2, width=320, height={ (int)240, (int)180 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1021
|
+
video/x-raw, format=YUY2, width=176, height=144, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1022
|
+
video/x-raw, format=YUY2, width=160, height={ (int)120, (int)90 }, pixel-aspect-ratio=1/1, framerate={ (fraction)30/1, (fraction)24/1, (fraction)20/1, (fraction)15/1, (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
1023
|
+
properties:
|
|
1024
|
+
device.path = /dev/video2
|
|
1025
|
+
udev-probed = false
|
|
1026
|
+
device.api = uvch264
|
|
1027
|
+
v4l2.device.driver = uvcvideo
|
|
1028
|
+
v4l2.device.card = C922 Pro Stream Webcam
|
|
1029
|
+
v4l2.device.bus_info = usb-0000:01:00.0-1.1
|
|
1030
|
+
v4l2.device.version = 396335 (0x00060c2f)
|
|
1031
|
+
v4l2.device.capabilities = 2225078273 (0x84a00001)
|
|
1032
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
1033
|
+
device.is-camerasrc = true
|
|
1034
|
+
gst-launch-1.0 uvch264src device=/dev/video2.vfsrc name=camerasrc ! ... camerasrc.vidsrc ! [video/x-h264] ...
|
|
1035
|
+
|
|
1036
|
+
|
|
1037
|
+
Device found:
|
|
1038
|
+
|
|
1039
|
+
name : llvmpipe (LLVM 19.1.7, 128 bits)
|
|
1040
|
+
class : Video/Sink
|
|
1041
|
+
caps : video/x-raw(memory:VulkanImage)
|
|
1042
|
+
properties:
|
|
1043
|
+
vulkan.name = llvmpipe (LLVM 19.1.7, 128 bits)
|
|
1044
|
+
vulkan.type = CPU
|
|
1045
|
+
vulkan.api.version = 1.4.305
|
|
1046
|
+
vulkan.api.version.major = 1 (0x00000001)
|
|
1047
|
+
vulkan.api.version.minor = 4 (0x00000004)
|
|
1048
|
+
vulkan.api.version.patch = 305 (0x00000131)
|
|
1049
|
+
vulkan.driver.version = 0.0.1
|
|
1050
|
+
vulkan.driver.version.major = 0 (0x00000000)
|
|
1051
|
+
vulkan.driver.version.minor = 0 (0x00000000)
|
|
1052
|
+
vulkan.driver.version.patch = 1 (0x00000001)
|
|
1053
|
+
vulkan.vendor.id = 65541 (0x00010005)
|
|
1054
|
+
vulkan.device.id = 0 (0x00000000)
|
|
1055
|
+
vulkan.memory.n_heaps = 1 (0x00000001)
|
|
1056
|
+
vulkan.memory.heaps.0.size = 3221225472
|
|
1057
|
+
vulkan.memory.heaps.0.flags = 1 (0x00000001)
|
|
1058
|
+
vulkan.memory.heaps.0.flags.str = device-local
|
|
1059
|
+
vulkan.memory.n_types = 1 (0x00000001)
|
|
1060
|
+
vulkan.memory.types.0.heap = 0 (0x00000000)
|
|
1061
|
+
vulkan.memory.types.0.flags = 15 (0x0000000f)
|
|
1062
|
+
vulkan.memory.types.0.flags.str = device-local|host-visible|host-coherent|host-cached
|
|
1063
|
+
vulkan.n_queue_families = 1 (0x00000001)
|
|
1064
|
+
vulkan.queue_family.0.n_queues = 1 (0x00000001)
|
|
1065
|
+
vulkan.queue_family.0.flags = 15 (0x0000000f)
|
|
1066
|
+
vulkan.queue_family.0.flags.str = graphics|compute|transfer|sparse-binding
|
|
1067
|
+
vulkan.queue_family.0.timestamp_resolution = 64 (0x00000040)
|
|
1068
|
+
vulkan.queue_family.0.min_image_transfer_granuality.width = 1 (0x00000001)
|
|
1069
|
+
vulkan.queue_family.0.min_image_transfer_granuality.height = 1 (0x00000001)
|
|
1070
|
+
vulkan.queue_family.0.min_image_transfer_granuality.depth = 1 (0x00000001)
|
|
1071
|
+
is-default = false
|
|
1072
|
+
gst-launch-1.0 ... ! vulkansink
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
Device found:
|
|
1076
|
+
|
|
1077
|
+
name : V3D 4.2.14.0
|
|
1078
|
+
class : Video/Sink
|
|
1079
|
+
caps : video/x-raw(memory:VulkanImage)
|
|
1080
|
+
properties:
|
|
1081
|
+
vulkan.name = V3D 4.2.14.0
|
|
1082
|
+
vulkan.type = integrated
|
|
1083
|
+
vulkan.api.version = 1.3.305
|
|
1084
|
+
vulkan.api.version.major = 1 (0x00000001)
|
|
1085
|
+
vulkan.api.version.minor = 3 (0x00000003)
|
|
1086
|
+
vulkan.api.version.patch = 305 (0x00000131)
|
|
1087
|
+
vulkan.driver.version = 25.0.7
|
|
1088
|
+
vulkan.driver.version.major = 25 (0x00000019)
|
|
1089
|
+
vulkan.driver.version.minor = 0 (0x00000000)
|
|
1090
|
+
vulkan.driver.version.patch = 7 (0x00000007)
|
|
1091
|
+
vulkan.vendor.id = 5348 (0x000014e4)
|
|
1092
|
+
vulkan.device.id = 3192414163 (0xbe485fd3)
|
|
1093
|
+
vulkan.memory.n_heaps = 1 (0x00000001)
|
|
1094
|
+
vulkan.memory.heaps.0.size = 1990584320
|
|
1095
|
+
vulkan.memory.heaps.0.flags = 1 (0x00000001)
|
|
1096
|
+
vulkan.memory.heaps.0.flags.str = device-local
|
|
1097
|
+
vulkan.memory.n_types = 1 (0x00000001)
|
|
1098
|
+
vulkan.memory.types.0.heap = 0 (0x00000000)
|
|
1099
|
+
vulkan.memory.types.0.flags = 7 (0x00000007)
|
|
1100
|
+
vulkan.memory.types.0.flags.str = device-local|host-visible|host-coherent
|
|
1101
|
+
vulkan.n_queue_families = 1 (0x00000001)
|
|
1102
|
+
vulkan.queue_family.0.n_queues = 1 (0x00000001)
|
|
1103
|
+
vulkan.queue_family.0.flags = 7 (0x00000007)
|
|
1104
|
+
vulkan.queue_family.0.flags.str = graphics|compute|transfer
|
|
1105
|
+
vulkan.queue_family.0.timestamp_resolution = 64 (0x00000040)
|
|
1106
|
+
vulkan.queue_family.0.min_image_transfer_granuality.width = 1 (0x00000001)
|
|
1107
|
+
vulkan.queue_family.0.min_image_transfer_granuality.height = 1 (0x00000001)
|
|
1108
|
+
vulkan.queue_family.0.min_image_transfer_granuality.depth = 1 (0x00000001)
|
|
1109
|
+
is-default = true
|
|
1110
|
+
gst-launch-1.0 ... ! vulkansink
|