vfw package not found
Author: AK_47 Feb 25, 2005 3:55 AM
Ive been given
JAVA webcam code but when I compile the program it gives the following error package com.sun.media.protocol.vfw does not exist.
Even though i've set up JMF2.1.1e all format version, all the other media packages are found.
This is the import code thats being used
import com.sun.media.protocol.vfw.VFWCapture; // JMF 2.1.1e version
Can some1 please tell me why this package does not exist.