Package org.xvr.cam.native_

Examples of org.xvr.cam.native_.NativeCamera


   * @param style
   */
  public CameraViewer(Composite parent, int style, int id){
    super(parent, style);
   
    this.cam = new NativeCamera(this, SWT.CENTER | SWT.NO_BACKGROUND, id);
 
    this.layout = new GridLayout(1, false);
    this.layout.marginHeight = 10;
    this.layout.marginWidth = 10;
   
View Full Code Here

TOP

Related Classes of org.xvr.cam.native_.NativeCamera

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.