How to increase rate of call for stream event listener?

Hello,
I’m using the gr.Image stream event listener to modify images from my webcam and display the modified image , the code works but the rate of call of the function is very slow (one call per second approximately).

Is it possible to increase the call rate of the stream event listener ?