megahertzon
megahertzon
Hello I want to execute this example: import com.github.sarxos.webcam.Webcam; import com.github.sarxos.webcam.WebcamPanel; import com.github.sarxos.webcam.WebcamResolution; public class WebcamPanelExample { public static void main(String[] args) throws InterruptedException { Webcam webcam = Webcam.getDefault(); webcam.setViewSize(WebcamResolution.VGA.getSize());...
Hello, I want to know how to change the codec, bitrate, rate, of audio call, thanks
Hi, how I can to print text with accent mark (á,é,í,ó,ú), for example "Canción" ?? Best Regards, Nelson