动作触发视频录制 [英] Motion Triggered Video Recording

查看:139
本文介绍了动作触发视频录制的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我在互联网上做了一些搜索,以便在检测到房间内的运动无效时让kinect开始录制视频。这似乎是一个非常简单的概念,我觉得我有编程经验来解决它。
我之前从未使用过Kinect SDK。


有没有人在网上看到动作触发的视频录制?

解决方案

不是真的,但我想你需要的是:


1-当检测到骨架时触发记录(如果通过动作你的意思是人类运动)。这很容易,只是在SkeletalViewer示例中的nui_SkeletonFrameReady事件中触发记录。


或:


2-在图像上做自己的运动检测器您从Kinect获得的帧。在这种情况下,您可以使用随OpenCV下载包附带的OpenCV基本运动检测示例(易于与kinect集成在c ++代码中)


希望这会有所帮助。


So I have done some searching around the internets for a way to have the kinect start recording video when it detects motion in the room to no avail. It seems like a very simple concept and I feel like I have the programming experience to figure it out. I have just never used the Kinect SDK before.

Has anybody seen online anywhere a motion triggered video recording?

解决方案

Not really, but I guess what you need is either:

1- trigger recording when a skeleton has been detected (if by motion you mean human motion). This is easy, just trigger recording in the nui_SkeletonFrameReady event in the SkeletalViewer example.

or:

2- do your own motion detector on the image frames you get from Kinect. In that case you can perhaps use the OpenCV basic motion detection examples that come with OpenCV download package (easy to integrate in the c++ code with kinect)

hope this helps.


这篇关于动作触发视频录制的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆