Androidアプリはセンサーデータにアクセスできます。センサーの測定値がどれほど正確かを知っていますか?センサーの動作パラメータを指定するユニバーサル標準はありますか?
e.g。、Androidデバイス上の温度センサーは、0℃から100℃の温度範囲で0.01℃の精度で温度を正確に読み取ることができなければなりません。
そのような標準がある場合は、参照オンラインで利用可能ですか?
Androidアプリはセンサーデータにアクセスできます。センサーの測定値がどれほど正確かを知っていますか?センサーの動作パラメータを指定するユニバーサル標準はありますか?
e.g。、Androidデバイス上の温度センサーは、0℃から100℃の温度範囲で0.01℃の精度で温度を正確に読み取ることができなければなりません。
そのような標準がある場合は、参照オンラインで利用可能ですか?
Android apps can access sensor data. How do I know how accurate the sensor readings are? Is there a universal standard that specifies operational parameters of a sensor?
E.g., a temperature sensor on an Android device must be able to accurately read temperature with an accuracy of 0.01C over a temperature range from 0C through 100C.
If there is such a standard, is it available for reference online?
Googleには、Android互換性定義文書(CDD)があります( http://source.androidを参照)。 COM /互換性/ overview.html )Androidブランディングを使用することを許可されているもの(そしてGoogle MarketとGoogleのAndroidアプリを入手するために)を身体的にサポートしなければならないもの(および推奨ガイドライン)を指定します。
最新のCCD セクション7.3では、センサーの最小要件。温度センサー(7.3.7項)は、Androidデバイスがに含まれていないものとして実際に列挙されています。このセンサーの感度のための仕様はありません。
Google has an Android Compatibility Definition Document (CDD) (see http://source.android.com/compatibility/overview.html) that specifies the minimum (and suggested guidelines) for what a device must physically support to be allowed to use the Android branding (and to get the Google Market and Google's android apps).
The latest CCD in section 7.3 lists the minimum requirements of the sensors. The temperature sensor (section 7.3.7) is actually listed as something that Android devices should not include. There are not specs for this sensor's sensitivity.
© 2022 cndgn.com All Rights Reserved. Q&Aハウス 全著作権所有