Comunidad de diseño web y desarrollo en internet online

Anchura y altura de la captura de la web cam

Citar            
MensajeEscrito el 24 Sep 2012 11:04 pm
Hola muchachos como estan.


acudo a su ayuda ya que lledo un buen rato con la modificacion de la captura de la web cam pero siempre me arroja 160*120 la captura el codigo que utilizo es el siguiente.
estoy tratando de colocar una captura d 320 x 240 pero no me da help me!! :shock: :cry:

Código ActionScript :

// Import the BitmapData class
import flash.display.BitmapData;
// Create a new Video Object
// Library Menu, New Video, video (Actionscript-controlled)
// Drag video symbol to stage and give it an instance name of 'video_obj'
var video_obj:Video;
// Reference the camera object and attach it to the video object
var cam:Camera = Camera.get();
video_obj.attachVideo(cam);
// Create a BitmapData Object
var camera_bmp = new BitmapData(cam.width, cam.height);
// Add a movieclip to the stage with the instance name 'capture_btn'
// and add a button event handler
capture_btn.onPress = function() {
   // Draw the Video Object image onto the BitmapData Object
   camera_bmp.draw(video_obj);
   // Create a container movieclip
   var container:MovieClip = _root.createEmptyMovieClip("container", this.getNextHighestDepth());
   // Attach the BitmapData Object to the container movieclip
   container.attachBitmap(camera_bmp, this.getNextHighestDepth());
};

Por evangelio_ra

49 de clabLevel



 

chrome
Citar            
MensajeEscrito el 25 Sep 2012 12:40 pm
Tienes que usar Camera.setMode (http://docs.brajeshwar.com/as2/Camera.html#setMode%28%29) para cambiar la resolución .... siempre que la cámara lo soporte

Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox
Citar            
MensajeEscrito el 25 Sep 2012 03:15 pm
tnk. :)

Por evangelio_ra

49 de clabLevel



 

chrome

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.