Hi, this is my first post here! I'm starting in this subjects, (and my knowledge about it is … well, not at all!)
So, I'd like some advice on how to do accomplish this!!
What I'd like to do: connect the raspicam (or a USB webcam?, I have both!), stream video, but record only a region of interest (ROI), in several intervals. For example, a continuous stream of video, and record chunks of 6-10 secs each, with ~1 sec on interval.
For making this more interesting, the stream (the viewing to if) could have a box on it, which is the selected ROI. So, whoever puts him/her in front of the camera, he/she should now what the ROI is.
The ideal format should be rgb, so I´d like to record the cumulative value in a vector (or a file) of each colour per frame in the ROI. And the preferred language is C.
Is that even possible?
I've done this in Matlab, but I cannot transfer it to C!!!
I'm afraid I do not have the proper knowledge to implement it, so one ore time, I'd like to thank any help on this!
Fernando