Difference between revisions of "Template:RK3399-Android8"
(updated by API) |
(updated by API) |
||
Line 3: | Line 3: | ||
[[File:rk3399-android7-icons.png|thumb|rk3399-android7-icons]] | [[File:rk3399-android7-icons.png|thumb|rk3399-android7-icons]] | ||
− | FriendlyElec provides a full | + | FriendlyElec provides a full Android8.1 BSP for '''{{{1}}}'''. The source code is hosted at gitlab.com and is open source. The BSP supports GPU and VPU hardware acceleration. |
===Connect MIPI Camera to T4=== | ===Connect MIPI Camera to T4=== | ||
Line 20: | Line 20: | ||
===Android8.1 hardware access=== | ===Android8.1 hardware access=== | ||
− | + | You can use the FriendlyThings SDK to access and control hardware resources on the motherboard in the Android App, such as Uart, SPI, I2C, GPIO and other interfaces. For details, please refer to the following two documents.: | |
*[[FriendlyThings for RK3399|Android: FriendlyThings for RK3399]] | *[[FriendlyThings for RK3399|Android: FriendlyThings for RK3399]] | ||
*[[FriendlyThings APIs|Android: FriendlyThings APIs]] | *[[FriendlyThings APIs|Android: FriendlyThings APIs]] |
Revision as of 08:15, 13 November 2018
1 Work with Android 8.1
FriendlyElec provides a full Android8.1 BSP for {{{1}}}. The source code is hosted at gitlab.com and is open source. The BSP supports GPU and VPU hardware acceleration.
1.1 Connect MIPI Camera to T4
FriendlyElec developed a MIPI camera CAM1320 for {{{1}}} and it works under Android. You can use this camera to take pictures and record video. The operation is straightforward. You just need to connect the camera at your {{{1}}}'s MIPI interface, boot your T4 to Android and start Android's camera app.
The {{{1}}} has two MIPI interfaces: one front camera and the other rear camera:
Interface Camera Type(front or rear) MIPI-CSI1 Android rear camera MIPI-CSI2 Android front camera
1.2 Android8.1 hardware access
You can use the FriendlyThings SDK to access and control hardware resources on the motherboard in the Android App, such as Uart, SPI, I2C, GPIO and other interfaces. For details, please refer to the following two documents.: