This is a cache of https://discuss.96boards.org/t/why-my-dragonboard-use-androidos-no-camera-app/7820. It is a snapshot of the page at 2024-09-20T10:59:19.943+0000.
Why my dragonboard use <strong>android</strong>OS no camera APP - DragonBoard410c - 96Boards Forum

Why my dragonboard use androidOS no camera APP

I fastboot the androidOS img(From Official website) in my dragonboard but no camera app in the system

There is an application note on operating with a USB camera (although it is not properly integrated with the HAL so it requires a custom app):

Beyond that I don’t think any camera is supported out of the box; it is not mentioned in the release notes:

This is a ‘feature’ of android

When you boot android for the very first time, it looks for a camera, if no camera is found, then android, trying to save space, decides that a camera app is not needed and helpfully deletes the camera app. Make sure the camera is connected and working when you reload android and try booting again.

-L-

Thank you for the information.

Thank you for your reply.