简体   繁体   中英

Writing an App with Android Studio to watch a Live Video which is provided by a Camera

I am currently working on a project. I have learned Java for ~4 years and am completely new to Android Studio.

In this project, a camera with artificial intelligence should recognize people within a certain radius.

With an Android app that I want to program using Java via Android Studio, I want to access the camera and query the information.

My question would be, with which tool or library can I program such an app and what else do i need?

I tried to use OpenCV and also Exoplayer, watched several different tutorials, but nothing really worked out for me.

My question would be, with which tool or library can I program such an app and what else do i need?

I thought using histograms might be the right apporach. I looked around and found this intersting project. https://isl.cs.technion.ac.il/wp-content/uploads/2020/11/Face_Recognition_Project.pdf

Introduction Our goal was to create a fully operational mobile application which could detect, recognize and track human faces. In order to do that, we have decided to use the Android[3] platform combined with the opencv library[4][5]. The development of the application was made on Qualcomm MSM8960[6] mobile device which run a 4.0.3 Android OS. In addition to the application we have built, we also did a research about how well we can use LDA[1] and PCA[2] in order to recognize faces and also about the use of LDA in order to do basic pose estimation.

This is also interesting: https://towardsdatascience.com/face-recognition-how-lbph-works-90ec258c3d6b

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM