motion-detection Questions
7
Solved
I have a button and OnTouchListener attached to it. How can I find if motion (when user presses the button) happened inside or outside it? Both event.getAction() and event.getActionMasked() return ...
Aubervilliers asked 23/6, 2012 at 19:3
2
Solved
I am trying to use the output of Opencv's dense optical flow function to draw a quiver plot of the motion vectors but have not been able to find what the function actually outputs. Here is the code...
Kissel asked 30/6, 2016 at 19:35
2
Solved
I need something very simple, but I could not find a suitable example to learn from. My sole purpose is the following:
As the device is placed flat (on its back) on the desk, it should show 0 (...
Materiality asked 24/11, 2014 at 13:59
17
Solved
I want to react when somebody shakes the iPhone. I don't particularly care how they shake it, just that it was waved vigorously about for a split second. Does anyone know how to detect this?
Ureide asked 29/9, 2008 at 20:14
4
I have a bunch of video clips from a webcam (duration is 5, 10, 60 seconds), and I'm looking for a way to detect "does this video clip have movement", to decide whether the file should be saved or ...
Dustproof asked 4/2, 2015 at 11:15
3
Solved
My goal is to detect movement in specific region on IP camera stream. I managed to write working code, but it's based on my personal understanding.
import cv2
import numpy as np
import os
import t...
Scowl asked 9/11, 2016 at 19:24
3
Assuming that I am using a generic mouse, is it possible to track the X and Y coordinates of the mouse pointer in android?
Mahla asked 28/3, 2011 at 3:45
1
Solved
I would like to store the motion capture data from Kinect 2 as a BVH file. I found code which does so for Kinect 1 which can be found here. I went through the code and found several things that I w...
Predict asked 26/5, 2015 at 8:41
3
I need a robust motion detection and tracking in web cam's video frames. The background is always the same. The aim is to identify the position of the object, if possible without the shadows, but n...
Rustyrut asked 11/8, 2011 at 2:35
1
Im trying to remove the background from a video and get a binary images( or 8-bit) where value of the object that moves is 1 and static background is 0.
something like this:
at first I tried it...
Notogaea asked 6/11, 2016 at 6:27
3
I have this requirement where I need to detect body parts or objects moving towards camera. What are some of the sample projects or library that I can look for as a starting point.
I can take the...
Corazoncorban asked 22/7, 2016 at 6:13
1
I am trying to track the movement of the device only on the vertical direction, i.e. upward and downward movement. This should be irrespective of the orientation of the device. Things that i alread...
Superadd asked 2/10, 2014 at 6:45
2
Solved
I have to develop the same functionality as of this Pedometer App
I have observed this Pedometer app in very high detail.
It's not a perfect pedometer app. For example, if you stay/sit at one pla...
Putamen asked 29/11, 2011 at 11:54
3
Solved
We're actually working on an image analysis project where we need to identify the objects disappeared/appeared in a scene. Here are 2 images, one captured before an action has been made by the surg...
Emileeemili asked 12/1, 2016 at 17:43
1
When the camera is stationary, then it is easy to detect the movement simply by subtracting the previous frame of the current frame, using optical flow:
OpenCV v2.4.9.0: Motion Analysis and Objec...
Pralltriller asked 3/2, 2015 at 20:23
1
I need to detect in my application when user stop moving across a specific view. I'm creating something similar to marque text in my application which can interact while user is touching the view a...
Brent asked 29/6, 2012 at 7:42
2
Solved
The Microsoft Surface Pro has a gyroscope and accelerometer, Windows 8, and the full .NET framework.
Most articles I find that talk about the motion API point to the Windows Phone 8 API.
What ....
Dvina asked 12/8, 2014 at 18:45
3
Solved
I have to build a motion detection service. The motion detection doesn't operate on videos, but instead on just still images.
This microservice will need to be able to receive images out of order ...
Gunthar asked 24/7, 2014 at 22:5
1
I've been trying to figure out how to make an application that detects whether the device has been moved a significant amount, something more than just shakes. I am trying to detect a distance of, ...
Scapegrace asked 4/7, 2014 at 5:41
2
Solved
I am new to emgu cv; I'm trying to find a code that makes motion detection. I tried this:
CvInvoke.cvAbsDiff(frame, _backgroundImage, BgDifference);
... but I have lighting problems. I want to ...
Observe asked 25/9, 2012 at 9:51
1
I am trying to extract motion vector data from an encoded mp4 file. In a previous post I found
an answer http://www.princeton.edu/~jiasic/cos435/motion_vector.c . But I am not able to run the code ...
Toxoplasmosis asked 15/11, 2013 at 4:47
2
Solved
I really cannot get my head around this, so I hope that someone can give me a little hand ^^
I'm trying to detect motion in C# via my webcam.
So far I've tried multiple libraries (AForge Lib), b...
Anis asked 13/7, 2013 at 0:8
2
Solved
I'm planning to implement an application with augmented reality features. For one of the features I need an egomotion estimation. Only the camera is moving, in a space with fixed objects (nothing o...
Craps asked 7/1, 2013 at 16:33
2
Environment:
Nexus 7 Jelly Bean 4.1.2
Problem:
I'm trying to make a Motion Detection application that works with RTSP using VideoView.
I wish that there was something like an onNewFrameListener...
Olag asked 21/11, 2012 at 16:54
1
Solved
I'm a bit new to app development. In a viewController ( VPviewController ) i have the following code:
- (void) motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event{
if (motion == UIEvent...
Dyspepsia asked 21/11, 2012 at 15:18
1 Next >
© 2022 - 2024 — McMap. All rights reserved.