hai i want to track a particular frame from real time webcam video and then use it to simulate mouse movements.can anybody know how to get coordinates from tracking and how it can be integrated with mouse coordinates?

1) To do object tracking, you can use OpenCV (an image processing library built using C++).

2) To simulate mouse events, you can go for OS specific functions. For example, on Windows, SetCursorPos() to set the cursor position in screen coordinates.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.