| 
            
              ScreenCaptureStreamStart Method 
             | 
          
        
         
            Start video source.
            
 
    Namespace: 
   Accord.Video
    Assembly:
   Accord.Video (in Accord.Video.dll) Version: 3.8.0
Syntax
Exceptions| Exception | Condition | 
|---|
| ArgumentException | Video source is not specified. | 
RemarksStarts video source and return execution to caller. Video source
            object creates background thread and notifies about new frames with the
            help of 
NewFrame event.
See Also