We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issues:
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
The text was updated successfully, but these errors were encountered:
H264 and H265 hardware codec support added. CPU is still copy buffers, so performance is poor.
Sorry, something went wrong.
Added H264 encoder and improved H264 decoder performance.
I thought by default GloDroid built external-camera HAL so USB could work assuming that the camera is in /dev/camera2 and above ?
/dev/camera2
No branches or pull requests
Issues:
Building on Ubuntu 23.10 requires downloading extra packages that are not available via
apt install
:The text was updated successfully, but these errors were encountered: