HomeSort by relevance Sort by last modified time
    Searched defs:webcam (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Common/src/com/googlecode/android_scripting/webcam/
JpegProvider.java 17 package com.googlecode.android_scripting.webcam;
MjpegServer.java 17 package com.googlecode.android_scripting.webcam;
WebCamFacade.java 17 package com.googlecode.android_scripting.webcam;
84 *<br>The webcam and preview modes use the same resources, so you can't use them both at the same time. Stop one mode before starting the other.
183 @RpcParameter(name = "port", description = "If port is specified, the webcam service will bind to port, otherwise it will pick any available port.") @RpcDefault("0") Integer port)
231 @Rpc(description = "Adjusts the quality of the webcam stream while it is running.")
237 throw new IllegalStateException("Webcam not streaming.");
292 @Rpc(description = "Stops the webcam stream.")

Completed in 6206 milliseconds