Catching streaming images raspicam
I can successfully publish video streaming from raspberry to laptop using raspicam node , and now i wanna do some image processing in my laptop to those streaming frames , but i don't know how to catch those frames in python script?? , and knowing that raspicam was written in c++ i don't know how to convert that to python , or without converting i can use some python script to do some image processing ...