Interface ICameraProfile
- All Known Implementing Classes:
Profile_Axis_M1031
,Profile_LocalPTZ
,Profile_NonInteractive
,Profile_Panasonic_BLC30
public interface ICameraProfile
* com/charliemouse/cambozola/profiles.ICameraProfile.java
* Copyright (C) Andy Wilcock, 2001.
* Available from http://www.charliemouse.com
*
* Cambozola is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Cambozola is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Cambozola; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-
Method Summary
Modifier and TypeMethodDescriptionvoid
brighter()
void
darker()
void
void
focusFar()
void
void
homeView()
void
mouseClicked
(int w, int h, int x, int y, boolean doubleClick) void
moveToCenter
(int w, int h, int x, int y) void
panLeft()
void
panRight()
void
boolean
boolean
boolean
boolean
boolean
void
tiltDown()
void
tiltUp()
void
zoomTele()
void
zoomWide()
-
Method Details
-
getDescription
String getDescription() -
supportsPan
boolean supportsPan() -
supportsTilt
boolean supportsTilt() -
supportsFocus
boolean supportsFocus() -
supportsZoom
boolean supportsZoom() -
supportsBrightness
boolean supportsBrightness() -
panLeft
void panLeft() -
panRight
void panRight() -
tiltUp
void tiltUp() -
tiltDown
void tiltDown() -
homeView
void homeView() -
moveToCenter
void moveToCenter(int w, int h, int x, int y) -
focusNear
void focusNear() -
focusFar
void focusFar() -
focusAuto
void focusAuto() -
zoomTele
void zoomTele() -
zoomWide
void zoomWide() -
darker
void darker() -
brighter
void brighter() -
standardBrightness
void standardBrightness() -
mouseClicked
void mouseClicked(int w, int h, int x, int y, boolean doubleClick)
-