jp.digitalmuseum.capture
インタフェース VideoRawListener


public interface VideoRawListener
Interface implemented by classes listening to image data in byte arrays.
作成者:
Jun KATO

メソッドの概要
 void imageUpdated(byte[] pixels, boolean isGrayScale)
          Called when an image data arrives.
 
メソッドの詳細

imageUpdated

void imageUpdated(byte[] pixels,
                  boolean isGrayScale)
Called when an image data arrives.
パラメータ:
pixels - Image data.
isGrayScale - Whether the image is gray-scaled or not.


Copyright by Jun KATO (arc@dmz) at https://mr.digitalmuseum.jp/