* @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;