简体   繁体   English

Android热像仪应用程序?

[英]thermal camera app for android?

i want to make thermal camera application for android, but i have no idea how to make it. 我想为Android制作热像仪应用程序,但我不知道如何制作它。 the app well be look like( example of thermal camera ). 应用程序看起来像( 像仪的例子 )。 please help me how can i make it. 请帮帮我怎样才能做到。 and how to start work on it. 以及如何开始工作。 as there any library are used in this type of app? 因为在这种类型的应用程序中使用了任何库? i found this code from some where but i can't understand it 我从一些地方找到了这个代码,但我无法理解

    NativeYUVDecode.ntialize();
NativeYUVDecode.decodeYUV(Bitmap paramBitmap, int[] paramArrayOfInt, byte[] paramArrayOfByte, int Int1, int Int2, int Int3, int Int4, int Int5, int Int6);

will we use a simple camera library in this app? 我们会在这款应用中使用简单的相机库吗?

I am afraid you are way off track on this. 我担心你会偏离这个轨道。

Thermal cameras use a different part of the light spectrum, one that typical Android devices are not equipped with. 热成像仪使用光谱的不同部分,这是典型的Android设备未配备的部分。

The best you might be able to achieve is the ability to see "near infrared" (the light used by remote controls and CCD security cameras that operate at night, but that is not thermal infrared (the "light" given off by "warm" bodies) 您可以实现的最好的是能够看到“近红外”(夜间操作的遥控器和CCD安全摄像头所使用的光,但不是热红外线(“暖”发出的“光线”)身体)

这个应用程序是假的你不能有真正的热应用程序没有外部硬件明智IR-Blue使用红外温度传感器

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

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