Hi,
I am trying to do some real time image processing on the
video stream from the camera. I already found out that
you can use the "player" and "video control" classes to display
the video stream coming from the camera and get a snapshot.
What I need however goes beyond this:
Is there a way to get a function called whenever a new preview
frame arrives from the camera ?
The function could then alter the video stream, e.g. apply some filter onto the pixel data, before it is displayed....

Reply With Quote

