|   | GridMotionAreaProcessingProcessFrame Method | 
Namespace: Accord.Vision.Motion
 Syntax
Syntax Exceptions
Exceptions| Exception | Condition | 
|---|---|
| InvalidImagePropertiesException | Motion frame is not 8 bpp image, but it must be so. | 
| UnsupportedImageFormatException | Video frame must be 8 bpp grayscale image or 24/32 bpp color image. | 
 Remarks
RemarksProcesses provided motion frame and calculates motion level for each grid's cell. In the case if HighlightMotionGrid property is set to , the cell with motion level above threshold are highlighted.
 See Also
See Also