简体   繁体   English

使用 Android Studio 编写应用程序以观看由相机提供的实时视频

[英]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.我学习 Java 已有 4 年了,对 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.我想通过 Android Studio 使用 Java 对 Android 应用程序进行编程,我想访问相机并查询信息。

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.我尝试使用 OpenCV 和 Exoplayer,观看了几个不同的教程,但对我来说没有任何效果。

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 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].为此,我们决定结合使用 Android[3] 平台和 opencv 库[4][5]。 The development of the application was made on Qualcomm MSM8960[6] mobile device which run a 4.0.3 Android OS.该应用程序的开发是在运行 4.0.3 Android 操作系统的 Qualcomm MSM8960[6] 移动设备上进行的。 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.除了我们构建的应用程序之外,我们还研究了如何使用 LDA[1] 和 PCA[2] 来识别人脸,以及如何使用 LDA 来进行基本姿势估计。

This is also interesting: https://towardsdatascience.com/face-recognition-how-lbph-works-90ec258c3d6b这也很有趣: https://towardsdatascience.com/face-recognition-how-lbph-works-90ec258c3d6b

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用Android Studio在应用中流式传输实时摄像头供稿 - Streaming live camera feed in app using android studio 从Android上的相机流式直播视频 - Stream live video from camera on android 从Android的相机示例应用程序获取流媒体(实时)视频和音频的位置? - Where to get streaming (live) video and audio from camera example app for Android? 如何在 Android Studio 中将实时 DateTime 显示为 textView(如数字手表)? - How to show the live DateTime as a textView (Like a digital watch) in Android Studio? 将实时Ustream视频流传输到Android App - Streaming Live Ustream video to Android App 如何知道提供的 URL 是 Android Studio 中的图像还是视频 - How to know that provided URL is Image or Video in Android Studio Android Studio Camera App保存到内部存储 - Android Studio Camera App Saving to Internal Storage 哪里可以从诺基亚的相机示例应用程序获取流媒体(实时)视频和音频? - Where to get streaming (live) video and audio from camera example app for Nokia? 关于来自android camera live的socket.io上的视频和音频流 - Regarding video and audio stream over socket.io from android camera live Cordova android 应用程序,图像覆盖在摄像机上 - Cordova android app with image overlay over video camera
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM