Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
181 views
in Technique[技术] by (71.8m points)

android - 如何使用提供的信息制作应用[关闭](How to use information provided to make an app [closed])

I'm fairly new to android and I need to make an app that can use multiple back cameras simultaneously for a computer vision project so that I can use the back camera sensor to make depth maps.

(我对android还是很陌生,我需要制作一个可以同时使用多个后置摄像头进行计算机视觉项目的应用程序,以便可以使用后置摄像头传感器制作深度图。)

I've been using this article .. https://medium.com/androiddevelopers/getting-the-most-from-the-new-multi-camera-api-5155fb3d77d9 ... But in this article he just has functions made for use and I have no idea how to implement them.

(我一直在使用这篇文章.. https://medium.com/androiddevelopers/getting-the-most-from-the-new-multi-camera-api-5155fb3d77d9 ...但是在这篇文章中,他只是将函数使用,我不知道如何实现它们。)

Can someone please guide me on how to use these functions?

(有人可以指导我如何使用这些功能吗?)

  ask by Haseeb Arshad translate from so

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

These articles usually are just a fancy way of explaining what is on the api, but it is not all.

(这些文章通常只是解释api内容的一种好方法,但还不是全部。)

In order to find more documentation you should look at the android api:

(为了找到更多文档,您应该查看android api:)

https://source.android.com/devices/camera/multi-camera

(https://source.android.com/devices/camera/multi-camera)

And if there is any method or function you don`t understand, just click in it and you will go to a detailed guide.

(如果您不了解任何方法或功能,请单击它,然后将转到详细的指南。)

Also, on the search bar from the web i passed you you can find anything about android studio, just copy and paste it;

(另外,在我通过的网络搜索栏中,您可以找到有关android studio的任何信息,只需复制并粘贴即可;)

for example;

(例如;)

if i had doubts about CameraMetadata....

(如果我对CameraMetadata有疑问...)

在此处输入图片说明

So you can search anything you don't understand there and read a detailed explanation.

(因此,您可以搜索在那里不了解的任何内容,并阅读详细的说明。)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...