
Lap Timer
使用手机摄像头测量圈裂。
应用信息
Advertisement
应用描述
Android应用分析和审查:Lap Timer,由Timo Rantalainen开发。在工具类别中列出。当前版本为1.0.3,在 02/01/2022 上更新。根据用户在Google Play上的评论:Lap Timer。超过114的安装。 Lap Timer目前有1评论,平均评分为5.0星
该应用程序使用您的一台手机摄像机来测量圈裂。 after initialisation of about 1 s, the video stream is monitored for changes, and the duration between substantial changes in the feed is shown on the screen.features
- select which camera, resolution, and frame rate to use
- shows last 10 splits on the screen
- shows image processing time in milliseconds on the screen (so that you can select a slower resolution to enable real-time operation. processing时间需要小于1除以所选的帧速率,例如30->处理时间小于33毫秒)。
使用
设置相机,以指向有限的区域,以至于腹部可以通过,而无需移动,可以通过视线范围(例如,位置摄像机高,点击地面或镜头)。
i use the app to time radio controllable car lap times, and stream the phone view onto my tv with google home to have good view of the lap times in real time.
note
changes in light, shadows, moving the phone etc will trigger splits due to the change detection algorithm.
technical details
split detection from the video is based on背景减法通过使用我为https://doi.org/10.1016/j.jneumeth.2011.02.010研究开发的技术的简化版本。背景模型是通过从所有0的帧开始构建的,并以当前帧的1/帧速率(以及背景模型的1-1/帧速率)更新背景像素值。该研究的简化是仅维持单个背景候选者(而不是五个)。超过20个值的像素被标记为非背景(即更改)。对每个帧计数非背景像素的数量,并使用与背景模型使用相同的学习过程(即,从当前更改的像素的当前数量中的1/帧速率)保持基线值,并且如果当前数计为基线计数的两倍以上,则标记拆分。 YUV422_8888是从相机请求的),并且仅考虑列和行中的每4像素。这仅在16个像素中只有16个像素中的一个结果(16个像素中的15个像素,而所有的U和V组合都被简单地忽略了)。随着视频供电我的手机(Honor 20 Lite [HRY-LX1T])的视频下采样,每秒可以处理约30(1536 x 864像素)的帧,即它始终保持实时操作。处理每个像素将处理速度降低至每秒约12帧,每四个像素每秒至25帧。为了达到此帧速率,我编写了Renderscript内核,以预先计算像素索引以进行背景检测,所有背景检测和像素计数都是用RenderScript内核执行的。与使用CPU进行相同计算相比,计算时间的4至10倍改进。
我们目前正在提供1.0.3版本。这是我们最新,最优化的版本。它适用于许多不同的设备。从Google Play商店或我们托管的其他版本中免费下载Apk。此外,您可以在不注册的情况下下载且无需登录。
我们拥有超过2000+的Samsung, Xiaomi, Huawei, Oppo, Vivo, Motorola, LG, Google, OnePlus, Sony, Tablet ...设备,并提供了许多选项,您可以轻松选择适合您设备的游戏或软件。
如果在Google App Store上有任何国家限制或设备侧面的任何限制,它可能会派上用场。
什么是新的
Updated app to utilise colour image rather than just gray-scale.