MaxHeight
height = Sensor()->MaxHeight();
height = MaxHeight();
if (height > (uint32)MaxHeight())
height = MaxHeight();
virtual int MaxHeight() const { return -1; };
SetVideoFrame(BRect(0, 0, Sensor()->MaxWidth()-1, Sensor()->MaxHeight()-1));
SetVideoFrame(BRect(0, 0, Sensor()->MaxWidth()-1, Sensor()->MaxHeight()-1));
fVideoFrame = BRect(0, 0, Sensor()->MaxWidth()-1, Sensor()->MaxHeight()-1);
uint16 MaxWidth, MaxHeight;