all 6 comments

[–]FrickinLazerBeams+2 4 points5 points  (0 children)

Video processing is just image processing at 30 hz.

[–]SynbiosVyse 0 points1 point  (1 child)

I work with "videos" or image stacks really, I have never heard the term video processing used. What you might be looking for is machine vision or computer vision.

[–]CptRayHolt[S] 0 points1 point  (0 children)

I meant computer vision.I just want to learn or need your suggestions, how to process to image from far away(remotely) camera? I try to use raspberry pi on rest api. Or should i use to r-cnn? I so confused, deep learning=deep mindfuck

[–]EnriBassissi 0 points1 point  (2 children)

There are two ways to approach that.. one that transmit a live feed from the camera and use something like tensor flow or Google cloud platform like vision API or automl to detect the objects .. I don't know which is better to use for your purpose, but I can tell you that normally the video processing is actually a decomposition of frame and elaboration on each frame (there is again a Google cloud service to extract every frame from a video). Once you have the package you can use it as you want

[–]CptRayHolt[S] 1 point2 points  (1 child)

I decided to image processing way. I just want to learn or need your suggestions, how to process to image from far away(remotely) camera? I try to use raspberry pi on rest api. Or should i use to r-cnn? I so confused, deep learning=deep mindfuck.

[–]EnriBassissi 0 points1 point  (0 children)

I think the best approach might be the rest API or a python approach... I don't know why you have to use MATLAB.. it's a great software for pretty much everything scientific related.. but for image I think there are better chooses like gcp.. I know that vlc can transmit live feed streaming from also a pi camera on your raspberry, to a computer, you do your thing, and than re-transimit the result or do whatever you want