Method Generate
Generate()
Generates an observable sequence of images acquired from the camera with the specified index.
public override IObservable<IplImage> Generate()
Returns
- IObservable<IplImage>
A sequence of IplImage objects representing each frame acquired from the camera.