Questions tagged [video-tracking]

Tracking a moving object or feature (e.g. a face) in video input.

126 questions
0
votes
1 answer

How to change PTAM's video source to an IP camera?

I am currently working on PTAM(Parrallel tracking and mapping), successfully compiled it on windows with visual studio 2008, also had managed to change the video source to normal usb webcam with EWC libarary from default CMU1394 camera driver.…
0
votes
1 answer

crowd tracking with opencv

I am working on a crowd controlled soundsystem for a music festival. Music would be controlled by individuals and the crowd as a whole, more or less 500 people. While searching for crowd tracking techniques, I stumbled upon this one…
Arthur
  • 322
  • 2
  • 11
-1
votes
1 answer

How exactly do video and e-learning products similar to Coursera, Udacity, etc. track the view progress of a user?

I want to implement a system to track the how much has the user viewed a video. I am working on react, nodejs and mysql. I am able to record the amount of time of each session (a session being from (in milliseconds) and to (in milliseconds) when the…
varun
  • 55
  • 5
-1
votes
1 answer

Embed a m file to Simulink

I am working on ball and plate in Matlab Simulink. I have a ball tracking Matlab file. How can I run it in Simulink? I want position data from ball tracking Matlab file. I tried s function from user defined functions but my code is not working…
-1
votes
1 answer

Jquery Plugin to find out how long a video in a web page has been watched

I have some health related videos on my website and I need to track how long the viewer has watched a video so that I can know how interesting the video was for the user. The scenarios that can be considered and help in tracking "how long" can be -…
-2
votes
0 answers

How can I remove specific motion data from frames (OpenCV)?

I'm working on a program to track the speed of polymer growth and am having trouble getting all the noise out. It mainly uses openCV and works like this: 1 split video into frames (a frame included in this post for context:…
1 2 3
8
9