-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the dummy camera with no network results in a delay during preinitialize() and initialize() #14
Comments
Edward wrote: "The Random demo, if I select the dummy camera and have wifi turned off Disconnecting from the network and then running java -classpath '.:./lib/*' ptolemy.vergil.VergilApplication ./ptolemy/actor/lib/jjs/modules/imageFilters/demo/ImageFilters/Random.xml and then running jstack on the java pid shows that the process is hanging while trying to get discover the camera: Full thread dump Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode): "webcam-discovery-service" BZ#35 daemon prio=1 os_prio=31 tid=0x00007fff4db24800 nid=0x10c2b in Object.wait() [0x000070000558d000] "Random" BZ#30 prio=1 os_prio=31 tid=0x00007fff4e8a3000 nid=0x13a77 in Object.wait() [0x00007000063ef000] ---end--- The sources are at https://github.com/sarxos/webcam-capture/blob/master/webcam-capture/src/main/java/com/github/sarxos/webcam/WebcamDiscoveryService.java This looks like a bug the Webcam package, we would need to track it down there. |
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#14
From: @cxbrooks
Reported version: unspecified
CC: accessors-devel@terraswarm.org
The text was updated successfully, but these errors were encountered: