BufferedImage bi = new BufferedImage(320, 240, TYPE_INT_BGR); //<-- important!
//Here how we are making the magic to send video data from PWLib to Java
getRaster().setDataElements(0, 0, frameWidth, frameHight, 
b.asIntBuffer().array());

Try evaluate this code and send to us the results ;)
[Message sent by forum member 'marcosfj' (marcosfj)]

http://forums.java.net/jive/thread.jspa?messageID=246519

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to