F
F
fierenze2015-12-11 02:34:18
Programming
fierenze, 2015-12-11 02:34:18

Processing video from several static cameras to get the effect of movement. Are there services?

Friends,
There is a task to continuously monitor an object that is rapidly moving along a certain trajectory. However, it is not possible to install a camera on it or at some distance.
The idea came to mind that it is technically possible to install a number of wide-angle cameras along the object's trajectory, which will "transmit" the image to the video server. There, the image from several streams is processed and glued together into a continuous video. The error in the location of the cameras is acceptable.
Are there similar services or can it only be our own development, in this case, where to start?
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MetaDone, 2015-12-11
@MetaDone

a very simple way, but resource-intensive - first, using openv for python on each camera, catch the movement, save the video with the label camera1-datetime, and after the last camera is triggered, glue the video with the previous ones by some means. But this is a very resource-intensive method, but simple if there are not many cameras and, for example, they use RTSP

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question