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,190 @@
|
|
|
1
|
+
Probing devices...
|
|
2
|
+
|
|
3
|
+
[0:34:30.757573032] [1287] INFO Camera camera_manager.cpp:327 libcamera v0.4.0
|
|
4
|
+
[0:34:30.953015567] [1290] ERROR DmaBufAllocator dma_buf_allocator.cpp:119 Could not open any dma-buf provider
|
|
5
|
+
|
|
6
|
+
Device found:
|
|
7
|
+
|
|
8
|
+
name : /base/soc@0/usb@4ef8800/usb@4e00000-1.4:1.0-046d:08e5
|
|
9
|
+
class : Source/Video
|
|
10
|
+
caps : image/jpeg, width=160, height=90
|
|
11
|
+
image/jpeg, width=160, height=120
|
|
12
|
+
image/jpeg, width=176, height=144
|
|
13
|
+
image/jpeg, width=320, height=180
|
|
14
|
+
image/jpeg, width=320, height=240
|
|
15
|
+
image/jpeg, width=352, height=288
|
|
16
|
+
image/jpeg, width=432, height=240
|
|
17
|
+
image/jpeg, width=640, height=360
|
|
18
|
+
image/jpeg, width=640, height=480
|
|
19
|
+
image/jpeg, width=800, height=448
|
|
20
|
+
image/jpeg, width=864, height=480
|
|
21
|
+
image/jpeg, width=800, height=600
|
|
22
|
+
image/jpeg, width=1024, height=576
|
|
23
|
+
image/jpeg, width=960, height=720
|
|
24
|
+
image/jpeg, width=1280, height=720
|
|
25
|
+
image/jpeg, width=1600, height=896
|
|
26
|
+
image/jpeg, width=1920, height=1080
|
|
27
|
+
video/x-raw, format=YUY2, width=160, height=90
|
|
28
|
+
video/x-raw, format=YUY2, width=160, height=120
|
|
29
|
+
video/x-raw, format=YUY2, width=176, height=144
|
|
30
|
+
video/x-raw, format=YUY2, width=320, height=180
|
|
31
|
+
video/x-raw, format=YUY2, width=320, height=240
|
|
32
|
+
video/x-raw, format=YUY2, width=352, height=288
|
|
33
|
+
video/x-raw, format=YUY2, width=432, height=240
|
|
34
|
+
video/x-raw, format=YUY2, width=640, height=360
|
|
35
|
+
video/x-raw, format=YUY2, width=640, height=480
|
|
36
|
+
video/x-raw, format=YUY2, width=800, height=448
|
|
37
|
+
video/x-raw, format=YUY2, width=864, height=480
|
|
38
|
+
video/x-raw, format=YUY2, width=800, height=600
|
|
39
|
+
video/x-raw, format=YUY2, width=1024, height=576
|
|
40
|
+
video/x-raw, format=YUY2, width=960, height=720
|
|
41
|
+
video/x-raw, format=YUY2, width=1280, height=720
|
|
42
|
+
video/x-raw, format=YUY2, width=1600, height=896
|
|
43
|
+
video/x-raw, format=YUY2, width=1920, height=1080
|
|
44
|
+
video/x-raw, format=YUY2, width=2560, height=1472
|
|
45
|
+
gst-launch-1.0 libcamerasrc camera-name="/base/soc\@0/usb\@4ef8800/usb\@4e00000-1.4:1.0-046d:08e5" ! ...
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
Device found:
|
|
49
|
+
|
|
50
|
+
name : Monitor of Dummy Output
|
|
51
|
+
class : Audio/Source
|
|
52
|
+
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 ]
|
|
53
|
+
audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
54
|
+
audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
55
|
+
properties:
|
|
56
|
+
node.name = auto_null
|
|
57
|
+
device.description = Dummy Output
|
|
58
|
+
audio.rate = 48000
|
|
59
|
+
audio.channels = 2
|
|
60
|
+
audio.position = FL,FR
|
|
61
|
+
media.class = Audio/Sink
|
|
62
|
+
factory.name = support.null-audio-sink
|
|
63
|
+
node.virtual = true
|
|
64
|
+
monitor.channel-volumes = true
|
|
65
|
+
factory.id = 19
|
|
66
|
+
clock.quantum-limit = 8192
|
|
67
|
+
client.id = 34
|
|
68
|
+
node.driver = true
|
|
69
|
+
port.group = stream.0
|
|
70
|
+
node.loop.name = data-loop.0
|
|
71
|
+
library.name = audioconvert/libspa-audioconvert
|
|
72
|
+
object.id = 35
|
|
73
|
+
object.serial = 35
|
|
74
|
+
device.class = monitor
|
|
75
|
+
is-default = false
|
|
76
|
+
gst-launch-1.0 pulsesrc device=auto_null.monitor ! ...
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Device found:
|
|
80
|
+
|
|
81
|
+
name : C920 PRO HD Webcam Analog Stereo
|
|
82
|
+
class : Audio/Source
|
|
83
|
+
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 ]
|
|
84
|
+
audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
85
|
+
audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
86
|
+
properties:
|
|
87
|
+
alsa.card = 0
|
|
88
|
+
alsa.card_name = HD Pro Webcam C920
|
|
89
|
+
alsa.class = generic
|
|
90
|
+
alsa.components = USB046d:08e5
|
|
91
|
+
alsa.device = 0
|
|
92
|
+
alsa.driver_name = snd_usb_audio
|
|
93
|
+
alsa.id = USB Audio
|
|
94
|
+
alsa.long_card_name = HD Pro Webcam C920 at usb-xhci-hcd.1.auto-1.4, high speed
|
|
95
|
+
alsa.mixer_name = USB Mixer
|
|
96
|
+
alsa.name = USB Audio
|
|
97
|
+
alsa.resolution_bits = 16
|
|
98
|
+
alsa.subclass = generic-mix
|
|
99
|
+
alsa.subdevice = 0
|
|
100
|
+
alsa.subdevice_name = subdevice #0
|
|
101
|
+
alsa.sync.id = 00000000:00000000:00000000:00000000
|
|
102
|
+
api.alsa.card.longname = HD Pro Webcam C920 at usb-xhci-hcd.1.auto-1.4, high speed
|
|
103
|
+
api.alsa.card.name = HD Pro Webcam C920
|
|
104
|
+
api.alsa.path = front:0
|
|
105
|
+
api.alsa.pcm.card = 0
|
|
106
|
+
api.alsa.pcm.stream = capture
|
|
107
|
+
audio.channels = 2
|
|
108
|
+
audio.position = FL,FR
|
|
109
|
+
card.profile.device = 0
|
|
110
|
+
device.api = alsa
|
|
111
|
+
device.class = sound
|
|
112
|
+
device.icon_name = audio-card-analog
|
|
113
|
+
device.id = 48
|
|
114
|
+
device.profile.description = Analog Stereo
|
|
115
|
+
device.profile.name = analog-stereo
|
|
116
|
+
device.routes = 1
|
|
117
|
+
factory.name = api.alsa.pcm.source
|
|
118
|
+
media.class = Audio/Source
|
|
119
|
+
device.description = C920 PRO HD Webcam
|
|
120
|
+
node.name = alsa_input.usb-046d_HD_Pro_Webcam_C920-02.analog-stereo
|
|
121
|
+
node.nick = HD Pro Webcam C920
|
|
122
|
+
node.pause-on-idle = false
|
|
123
|
+
object.path = alsa:acp:C920:0:capture
|
|
124
|
+
port.group = capture
|
|
125
|
+
priority.driver = 2009
|
|
126
|
+
priority.session = 2009
|
|
127
|
+
factory.id = 19
|
|
128
|
+
clock.quantum-limit = 8192
|
|
129
|
+
client.id = 47
|
|
130
|
+
node.driver = true
|
|
131
|
+
node.loop.name = data-loop.0
|
|
132
|
+
library.name = audioconvert/libspa-audioconvert
|
|
133
|
+
object.id = 55
|
|
134
|
+
object.serial = 55
|
|
135
|
+
api.acp.auto-port = false
|
|
136
|
+
api.acp.auto-profile = false
|
|
137
|
+
api.alsa.card = 0
|
|
138
|
+
api.alsa.split-enable = true
|
|
139
|
+
api.alsa.use-acp = true
|
|
140
|
+
api.dbus.ReserveDevice1 = Audio0
|
|
141
|
+
api.dbus.ReserveDevice1.Priority = -20
|
|
142
|
+
device.bus = usb
|
|
143
|
+
device.bus-id = usb-046d_HD_Pro_Webcam_C920-02
|
|
144
|
+
device.bus_path = platform-xhci-hcd.1.auto-usb-0:1.4:1.2
|
|
145
|
+
device.enum.api = udev
|
|
146
|
+
device.form_factor = webcam
|
|
147
|
+
device.name = alsa_card.usb-046d_HD_Pro_Webcam_C920-02
|
|
148
|
+
device.nick = HD Pro Webcam C920
|
|
149
|
+
device.plugged.usec = 13765943
|
|
150
|
+
device.product.id = 0x08e5
|
|
151
|
+
device.product.name = C920 PRO HD Webcam
|
|
152
|
+
device.serial = 046d_HD_Pro_Webcam_C920
|
|
153
|
+
device.subsystem = sound
|
|
154
|
+
sysfs.path = /devices/platform/soc@0/4ef8800.usb/4e00000.usb/xhci-hcd.1.auto/usb1/1-1/1-1.4/1-1.4:1.2/sound/card0
|
|
155
|
+
device.vendor.id = 0x046d
|
|
156
|
+
device.vendor.name = Logitech, Inc.
|
|
157
|
+
spa.object.id = 2
|
|
158
|
+
device.string = 0
|
|
159
|
+
is-default = true
|
|
160
|
+
gst-launch-1.0 pulsesrc device=alsa_input.usb-046d_HD_Pro_Webcam_C920-02.analog-stereo ! ...
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
Device found:
|
|
164
|
+
|
|
165
|
+
name : Dummy Output
|
|
166
|
+
class : Audio/Sink
|
|
167
|
+
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 ]
|
|
168
|
+
audio/x-alaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
169
|
+
audio/x-mulaw, rate=[ 1, 768000 ], channels=[ 1, 32 ]
|
|
170
|
+
properties:
|
|
171
|
+
node.name = auto_null
|
|
172
|
+
device.description = Dummy Output
|
|
173
|
+
audio.rate = 48000
|
|
174
|
+
audio.channels = 2
|
|
175
|
+
audio.position = FL,FR
|
|
176
|
+
media.class = Audio/Sink
|
|
177
|
+
factory.name = support.null-audio-sink
|
|
178
|
+
node.virtual = true
|
|
179
|
+
monitor.channel-volumes = true
|
|
180
|
+
factory.id = 19
|
|
181
|
+
clock.quantum-limit = 8192
|
|
182
|
+
client.id = 34
|
|
183
|
+
node.driver = true
|
|
184
|
+
port.group = stream.0
|
|
185
|
+
node.loop.name = data-loop.0
|
|
186
|
+
library.name = audioconvert/libspa-audioconvert
|
|
187
|
+
object.id = 35
|
|
188
|
+
object.serial = 35
|
|
189
|
+
is-default = true
|
|
190
|
+
gst-launch-1.0 ... ! pulsesink device=auto_null
|
|
@@ -0,0 +1,383 @@
|
|
|
1
|
+
Probing devices...
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
Device found:
|
|
5
|
+
|
|
6
|
+
name : HD Pro Webcam C920
|
|
7
|
+
class : Video/Source
|
|
8
|
+
caps : video/x-raw, format=YUY2, width=2560, height=1472, pixel-aspect-ratio=1/1, framerate=2/1
|
|
9
|
+
video/x-raw, format=YUY2, width=1920, height=1080, pixel-aspect-ratio=1/1, framerate=5/1
|
|
10
|
+
video/x-raw, format=YUY2, width=1600, height=896, pixel-aspect-ratio=1/1, framerate={ (fraction)15/2, (fraction)5/1 }
|
|
11
|
+
video/x-raw, format=YUY2, width=1280, height=720, pixel-aspect-ratio=1/1, framerate={ (fraction)10/1, (fraction)15/2, (fraction)5/1 }
|
|
12
|
+
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 }
|
|
13
|
+
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 }
|
|
14
|
+
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 }
|
|
15
|
+
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 }
|
|
16
|
+
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 }
|
|
17
|
+
video/x-raw, format=YUY2, width=640, 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 }
|
|
18
|
+
video/x-raw, format=YUY2, width=640, height=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 }
|
|
19
|
+
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 }
|
|
20
|
+
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 }
|
|
21
|
+
video/x-raw, format=YUY2, width=320, 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 }
|
|
22
|
+
video/x-raw, format=YUY2, width=320, height=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 }
|
|
23
|
+
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 }
|
|
24
|
+
video/x-raw, format=YUY2, width=160, height=120, 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 }
|
|
25
|
+
video/x-raw, format=YUY2, width=160, height=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 }
|
|
26
|
+
image/jpeg, 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 }
|
|
27
|
+
image/jpeg, 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 }
|
|
28
|
+
image/jpeg, width=1280, 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 }
|
|
29
|
+
image/jpeg, 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 }
|
|
30
|
+
image/jpeg, 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 }
|
|
31
|
+
image/jpeg, width=800, height=600, 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 }
|
|
32
|
+
image/jpeg, 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 }
|
|
33
|
+
image/jpeg, 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 }
|
|
34
|
+
image/jpeg, width=640, 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 }
|
|
35
|
+
image/jpeg, width=640, height=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 }
|
|
36
|
+
image/jpeg, 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 }
|
|
37
|
+
image/jpeg, 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 }
|
|
38
|
+
image/jpeg, width=320, 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 }
|
|
39
|
+
image/jpeg, width=320, height=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 }
|
|
40
|
+
image/jpeg, 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 }
|
|
41
|
+
image/jpeg, width=160, height=120, 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 }
|
|
42
|
+
image/jpeg, width=160, height=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 }
|
|
43
|
+
properties:
|
|
44
|
+
udev-probed = true
|
|
45
|
+
device.bus_path = platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.3:1.0
|
|
46
|
+
sysfs.path = /sys/devices/platform/scb/fd500000.pcie/pci0000:00/0000:00:00.0/0000:01:00.0/usb1/1-1/1-1.3/1-1.3:1.0/video4linux/video2
|
|
47
|
+
device.bus = usb
|
|
48
|
+
device.subsystem = video4linux
|
|
49
|
+
device.vendor.id = 046d
|
|
50
|
+
device.vendor.name = 046d
|
|
51
|
+
device.product.id = 08e5
|
|
52
|
+
device.product.name = HD Pro Webcam C920
|
|
53
|
+
device.serial = 046d_HD_Pro_Webcam_C920
|
|
54
|
+
device.capabilities = :capture:
|
|
55
|
+
device.api = v4l2
|
|
56
|
+
device.path = /dev/video2
|
|
57
|
+
v4l2.device.driver = uvcvideo
|
|
58
|
+
v4l2.device.card = HD Pro Webcam C920
|
|
59
|
+
v4l2.device.bus_info = usb-0000:01:00.0-1.3
|
|
60
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
61
|
+
v4l2.device.capabilities = 2225078273 (0x84a00001)
|
|
62
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
63
|
+
gst-launch-1.0 v4l2src device=/dev/video2 ! ...
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
Device found:
|
|
67
|
+
|
|
68
|
+
name : bcm2835-isp
|
|
69
|
+
class : Video/Sink
|
|
70
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
71
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
72
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
73
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
74
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
75
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
76
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
77
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
78
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
79
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
80
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
81
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
82
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
83
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
84
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
85
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
86
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
87
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
88
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
89
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
90
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
91
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
92
|
+
video/x-bayer, format=grbg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
93
|
+
video/x-bayer, format=gbrg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
94
|
+
video/x-bayer, format=rggb, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
95
|
+
video/x-bayer, format=bggr, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
96
|
+
video/x-raw, format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
97
|
+
video/x-raw(format:Interlaced), format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
98
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
99
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
100
|
+
video/x-raw, format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
101
|
+
video/x-raw(format:Interlaced), format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
102
|
+
properties:
|
|
103
|
+
udev-probed = true
|
|
104
|
+
device.bus_path = platform-bcm2835-isp
|
|
105
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video13
|
|
106
|
+
device.subsystem = video4linux
|
|
107
|
+
device.product.name = bcm2835-isp
|
|
108
|
+
device.capabilities = :video_output:
|
|
109
|
+
device.api = v4l2
|
|
110
|
+
device.path = /dev/video13
|
|
111
|
+
v4l2.device.driver = bcm2835-isp
|
|
112
|
+
v4l2.device.card = bcm2835-isp
|
|
113
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
114
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
115
|
+
v4l2.device.capabilities = 2216689666 (0x84200002)
|
|
116
|
+
v4l2.device.device_caps = 69206018 (0x04200002)
|
|
117
|
+
gst-launch-1.0 ... ! v4l2sink device=/dev/video13
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
Device found:
|
|
121
|
+
|
|
122
|
+
name : bcm2835-isp
|
|
123
|
+
class : Video/Source
|
|
124
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
125
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
126
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
127
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
128
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
129
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
130
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
131
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
132
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
133
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
134
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
135
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
136
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
137
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
138
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
139
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
140
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
141
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
142
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
143
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
144
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
145
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
146
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
147
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
148
|
+
properties:
|
|
149
|
+
udev-probed = true
|
|
150
|
+
device.bus_path = platform-bcm2835-isp
|
|
151
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video14
|
|
152
|
+
device.subsystem = video4linux
|
|
153
|
+
device.product.name = bcm2835-isp
|
|
154
|
+
device.capabilities = :capture:
|
|
155
|
+
device.api = v4l2
|
|
156
|
+
device.path = /dev/video14
|
|
157
|
+
v4l2.device.driver = bcm2835-isp
|
|
158
|
+
v4l2.device.card = bcm2835-isp
|
|
159
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
160
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
161
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
162
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
163
|
+
gst-launch-1.0 v4l2src device=/dev/video14 ! ...
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
Device found:
|
|
167
|
+
|
|
168
|
+
name : bcm2835-isp
|
|
169
|
+
class : Video/Source
|
|
170
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
171
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
172
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
173
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
174
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
175
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
176
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
177
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
178
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
179
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
180
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
181
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
182
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
183
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
184
|
+
properties:
|
|
185
|
+
udev-probed = true
|
|
186
|
+
device.bus_path = platform-bcm2835-isp
|
|
187
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video15
|
|
188
|
+
device.subsystem = video4linux
|
|
189
|
+
device.product.name = bcm2835-isp
|
|
190
|
+
device.capabilities = :capture:
|
|
191
|
+
device.api = v4l2
|
|
192
|
+
device.path = /dev/video15
|
|
193
|
+
v4l2.device.driver = bcm2835-isp
|
|
194
|
+
v4l2.device.card = bcm2835-isp
|
|
195
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
196
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
197
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
198
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
199
|
+
gst-launch-1.0 v4l2src device=/dev/video15 ! ...
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
Device found:
|
|
203
|
+
|
|
204
|
+
name : bcm2835-isp
|
|
205
|
+
class : Video/Sink
|
|
206
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
207
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
208
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
209
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
210
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
211
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
212
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
213
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:7:1, (string)bt601, (string)bt709, (string)1:3:5:1 }
|
|
214
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
215
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
216
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
217
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
218
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
219
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
220
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
221
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
222
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
223
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
224
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
225
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
226
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=progressive, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
227
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], interlace-mode=alternate, colorimetry={ (string)sRGB, (string)2:1:16:4, (string)2:1:5:1, (string)1:1:5:1 }
|
|
228
|
+
video/x-bayer, format=grbg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
229
|
+
video/x-bayer, format=gbrg, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
230
|
+
video/x-bayer, format=rggb, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
231
|
+
video/x-bayer, format=bggr, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], colorimetry={ (string)1:1:1:0 }
|
|
232
|
+
video/x-raw, format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
233
|
+
video/x-raw(format:Interlaced), format=GRAY8, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
234
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
235
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)bt601, (string)bt709, (string)1:3:5:1, (string)1:4:7:1 }
|
|
236
|
+
video/x-raw, format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=progressive, colorimetry={ (string)1:4:1:0 }
|
|
237
|
+
video/x-raw(format:Interlaced), format=GRAY16_LE, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], interlace-mode=alternate, colorimetry={ (string)1:4:1:0 }
|
|
238
|
+
properties:
|
|
239
|
+
udev-probed = true
|
|
240
|
+
device.bus_path = platform-bcm2835-isp
|
|
241
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video20
|
|
242
|
+
device.subsystem = video4linux
|
|
243
|
+
device.product.name = bcm2835-isp
|
|
244
|
+
device.capabilities = :video_output:
|
|
245
|
+
device.api = v4l2
|
|
246
|
+
device.path = /dev/video20
|
|
247
|
+
v4l2.device.driver = bcm2835-isp
|
|
248
|
+
v4l2.device.card = bcm2835-isp
|
|
249
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
250
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
251
|
+
v4l2.device.capabilities = 2216689666 (0x84200002)
|
|
252
|
+
v4l2.device.device_caps = 69206018 (0x04200002)
|
|
253
|
+
gst-launch-1.0 ... ! v4l2sink device=/dev/video20
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
Device found:
|
|
257
|
+
|
|
258
|
+
name : bcm2835-isp
|
|
259
|
+
class : Video/Source
|
|
260
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
261
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
262
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
263
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
264
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
265
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
266
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
267
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
268
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
269
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
270
|
+
video/x-raw, format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
271
|
+
video/x-raw(format:Interlaced), format=BGRx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
272
|
+
video/x-raw, format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
273
|
+
video/x-raw(format:Interlaced), format=RGBx, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
274
|
+
video/x-raw, format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
275
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
276
|
+
video/x-raw, format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
277
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
278
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
279
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
280
|
+
video/x-raw, format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ]
|
|
281
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 64, 16384 ], height=[ 64, 16384 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
282
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
283
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
284
|
+
properties:
|
|
285
|
+
udev-probed = true
|
|
286
|
+
device.bus_path = platform-bcm2835-isp
|
|
287
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video21
|
|
288
|
+
device.subsystem = video4linux
|
|
289
|
+
device.product.name = bcm2835-isp
|
|
290
|
+
device.capabilities = :capture:
|
|
291
|
+
device.api = v4l2
|
|
292
|
+
device.path = /dev/video21
|
|
293
|
+
v4l2.device.driver = bcm2835-isp
|
|
294
|
+
v4l2.device.card = bcm2835-isp
|
|
295
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
296
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
297
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
298
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
299
|
+
gst-launch-1.0 v4l2src device=/dev/video21 ! ...
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
Device found:
|
|
303
|
+
|
|
304
|
+
name : bcm2835-isp
|
|
305
|
+
class : Video/Source
|
|
306
|
+
caps : video/x-raw, format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
307
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
308
|
+
video/x-raw, format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
309
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
310
|
+
video/x-raw, format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
311
|
+
video/x-raw(format:Interlaced), format=NV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
312
|
+
video/x-raw, format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
313
|
+
video/x-raw(format:Interlaced), format=I420, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
314
|
+
video/x-raw, format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
315
|
+
video/x-raw(format:Interlaced), format=YV12, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
316
|
+
video/x-raw, format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
317
|
+
video/x-raw(format:Interlaced), format=NV21, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
318
|
+
video/x-raw, format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ]
|
|
319
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 64, 16384, 2 ], height=[ 64, 16384, 2 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
320
|
+
properties:
|
|
321
|
+
udev-probed = true
|
|
322
|
+
device.bus_path = platform-bcm2835-isp
|
|
323
|
+
sysfs.path = /sys/devices/platform/soc/fe00b840.mailbox/bcm2835-isp/video4linux/video22
|
|
324
|
+
device.subsystem = video4linux
|
|
325
|
+
device.product.name = bcm2835-isp
|
|
326
|
+
device.capabilities = :capture:
|
|
327
|
+
device.api = v4l2
|
|
328
|
+
device.path = /dev/video22
|
|
329
|
+
v4l2.device.driver = bcm2835-isp
|
|
330
|
+
v4l2.device.card = bcm2835-isp
|
|
331
|
+
v4l2.device.bus_info = platform:bcm2835-isp
|
|
332
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
333
|
+
v4l2.device.capabilities = 2216689665 (0x84200001)
|
|
334
|
+
v4l2.device.device_caps = 69206017 (0x04200001)
|
|
335
|
+
gst-launch-1.0 v4l2src device=/dev/video22 ! ...
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
Device found:
|
|
339
|
+
|
|
340
|
+
name : unicam
|
|
341
|
+
class : Video/Source
|
|
342
|
+
caps : video/x-raw, format=YUY2, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
343
|
+
video/x-raw(format:Interlaced), format=YUY2, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
344
|
+
video/x-raw, format=UYVY, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
345
|
+
video/x-raw(format:Interlaced), format=UYVY, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
346
|
+
video/x-raw, format=xRGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
347
|
+
video/x-raw(format:Interlaced), format=xRGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
348
|
+
video/x-raw, format=BGR, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
349
|
+
video/x-raw(format:Interlaced), format=BGR, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
350
|
+
video/x-raw, format=RGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
351
|
+
video/x-raw(format:Interlaced), format=RGB, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
352
|
+
video/x-raw, format=BGR15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
353
|
+
video/x-raw(format:Interlaced), format=BGR15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
354
|
+
video/x-raw, format=RGB15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
355
|
+
video/x-raw(format:Interlaced), format=RGB15, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
356
|
+
video/x-raw, format=RGB16, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
357
|
+
video/x-raw(format:Interlaced), format=RGB16, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
358
|
+
video/x-bayer, format=rggb, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
359
|
+
video/x-bayer, format=grbg, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
360
|
+
video/x-bayer, format=gbrg, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
361
|
+
video/x-bayer, format=bggr, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
362
|
+
video/x-raw, format=GRAY8, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
363
|
+
video/x-raw(format:Interlaced), format=GRAY8, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
364
|
+
video/x-raw, format=GRAY16_LE, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
365
|
+
video/x-raw(format:Interlaced), format=GRAY16_LE, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
366
|
+
video/x-raw, format=YVYU, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ]
|
|
367
|
+
video/x-raw(format:Interlaced), format=YVYU, width=[ 16, 16376 ], height=[ 16, 16376 ], framerate=[ 0/1, 2147483647/1 ], interlace-mode=alternate
|
|
368
|
+
properties:
|
|
369
|
+
udev-probed = true
|
|
370
|
+
device.bus_path = platform-fe801000.csi
|
|
371
|
+
sysfs.path = /sys/devices/platform/soc/fe801000.csi/video4linux/video0
|
|
372
|
+
device.subsystem = video4linux
|
|
373
|
+
device.product.name = unicam
|
|
374
|
+
device.capabilities = :capture:
|
|
375
|
+
device.api = v4l2
|
|
376
|
+
device.path = /dev/video0
|
|
377
|
+
v4l2.device.driver = unicam
|
|
378
|
+
v4l2.device.card = unicam
|
|
379
|
+
v4l2.device.bus_info = platform:fe801000.csi
|
|
380
|
+
v4l2.device.version = 394803 (0x00060633)
|
|
381
|
+
v4l2.device.capabilities = 2778726401 (0xa5a00001)
|
|
382
|
+
v4l2.device.device_caps = 622854145 (0x25200001)
|
|
383
|
+
gst-launch-1.0 v4l2src ! ...
|