Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ec8ec4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a front camera instance" into main

parents 89e0a196 ef17819c
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -42,6 +42,30 @@
                <stream id='0' width='640'  height='360'  format='RGBA_8888' framerate='30'/>
            </caps>

            <!-- list of parameters -->
            <characteristics>
                <!-- Camera intrinsic calibration matrix. See
                     https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics.html#LENS_INTRINSIC_CALIBRATION
                -->
                <parameter
                    name='LENS_INTRINSIC_CALIBRATION'
                    type='float'
                    size='5'
                    value='0.0,0.0,0.0,0.0,0.0'
                />
            </characteristics>
        </device>
        <device id='/dev/video11' position='front'>
            <caps>
                <!-- list of supported controls -->
                <supported_controls>
                    <control name='BRIGHTNESS' min='0' max='255'/>
                    <control name='CONTRAST' min='0' max='255'/>
                </supported_controls>

                <stream id='0' width='640'  height='360'  format='RGBA_8888' framerate='30'/>
            </caps>

            <!-- list of parameters -->
            <characteristics>
                <!-- Camera intrinsic calibration matrix. See