mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
Javadoc waring fix.
This commit is contained in:
parent
98f6a4a615
commit
83e9b0a87a
@ -80,10 +80,10 @@ public abstract class CameraBridgeViewBase extends SurfaceView implements Surfac
|
||||
mMaxHeight = MAX_UNSPECIFIED;
|
||||
styledAttrs.recycle();
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Sets the camera index
|
||||
* @param camera index
|
||||
* @param cameraIndex new camera index
|
||||
*/
|
||||
public void setCameraIndex(int cameraIndex) {
|
||||
this.mCameraIndex = cameraIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user