summaryrefslogtreecommitdiff
path: root/docs/plugins/inspect/plugin-androidcamera.xml
blob: c9417ca97469ce731a6eab2eb357ea891e06e0ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<plugin>
  <name>androidcamera</name>
  <description>Capture from Android cameras</description>
  <filename>../../sys/androidcamera/.libs/libgstandroidcamera.so</filename>
  <basename>libgstandroidcamera.so</basename>
  <version>0.10.22.1</version>
  <license>LGPL</license>
  <source>gst-plugins-bad</source>
  <package>GStreamer Bad Plug-ins git</package>
  <origin>Unknown package origin</origin>
  <elements>
    <element>
      <name>ahcsrc</name>
      <longname>Android Camera Source</longname>
      <class>Source/Video</class>
      <description>Reads frames from android.hardware.Camera class into buffers</description>
      <author>Youness Alaoui &lt;youness.alaoui@collabora.co.uk&gt;</author>
      <pads>
        <caps>
          <name>src</name>
          <direction>source</direction>
          <presence>always</presence>
          <details>video/x-raw-yuv, format=(fourcc) { YV12 , YUY2 , NV21 , NV16 }, width=(int) [ 1, 2147483647 ], height=(int) [ 1, 2147483647 ], framerate=(fraction) [ 0/1, 2147483647/1 ]; video/x-raw-rgb, bpp=(int)16, depth=(int)16, red_mask=(int)63488, green_mask=(int)2016, blue_mask=(int)31, width=(int) [ 1, 2147483647 ], height=(int) [ 1, 2147483647 ], framerate=(fraction) [ 0/1, 2147483647/1 ] </details>
        </caps>
      </pads>
    </element>
  </elements>
</plugin>