shawnv100 0 Newbie Poster

I am developing code to record a video from a webcam....I found some code online, and I was able to understand most of it, but everytime I run it, I get a CannotRealizeException when the following code tries to execute,

processor = Manager.createRealizedProcessor(processorModel);

does anyone know why this happens ?