Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project status #1

Open
rsglobal opened this issue Mar 31, 2023 · 3 comments
Open

Project status #1

rsglobal opened this issue Mar 31, 2023 · 3 comments

Comments

@rsglobal
Copy link
Contributor

rsglobal commented Mar 31, 2023

Component Status Comment
Display drm_hwcomposer
GPU/GLES mesa3d/v3d GLES3.1
GPU/VULKAN mesa3d/v3dv VKAPIv1.2
WIFI
Bluetooth AOSP btlinux HAL
Camera ⚠️ CSI Preview works only / USB camera doesn't work
Hardware video encoders Zero-Copy H264 (up to 1080p)
Hardware video decoders ⚠️ Zero-Copy H264 (up to 1080) and non zero-copy H265 (up to 4k) *1
Software video codecs High performance using ffmpeg
Audio ⚠️ tinyhal, 3.5mm jack output works. No HDMI audio support

Issues:

Component Comment Issue link
*1 HW video codecs H265 video decoder uses CPU to copy/detile buffers, which impacts performance
SDCARD Boot time 2+ boot takes 56s

Building on Ubuntu 23.10 requires downloading extra packages that are not available via apt install:

wget http://archive.ubuntu.com/ubuntu/pool/universe/n/ncurses/libtinfo5_6.4-2_amd64.deb && sudo dpkg -i libtinfo5_6.4-2_amd64.deb && rm -f libtinfo5_6.4-2_amd64.deb
wget http://archive.ubuntu.com/ubuntu/pool/universe/n/ncurses/libncurses5_6.4-2_amd64.deb && sudo dpkg -i libncurses5_6.4-2_amd64.deb && rm -f libncurses5_6.4-2_amd64.deb
@rsglobal
Copy link
Contributor Author

H264 and H265 hardware codec support added. CPU is still copy buffers, so performance is poor.

@rsglobal
Copy link
Contributor Author

Added H264 encoder and improved H264 decoder performance.

@hmtheboy154
Copy link

I thought by default GloDroid built external-camera HAL so USB could work assuming that the camera is in /dev/camera2 and above ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants