com.github.sarxos.webcam.WebcamException: IpCam device not open
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
com.github.sarxos.webcam.WebcamException: IpCam device not open
at com.github.sarxos.webcam.ds.ipcam.IpCamDevice.getImage(IpCamDevice.java:299)
at com.github.sarxos.webcam.ds.ipcam.IpCamDevice.getResolutions(IpCamDevice.java:262)
at com.github.sarxos.webcam.ds.ipcam.IpCamDevice.getResolution(IpCamDevice.java:285)
at com.github.sarxos.webcam.ds.cgt.WebcamOpenTask.handle(WebcamOpenTask.java:32)
at com.github.sarxos.webcam.WebcamTask.process(WebcamTask.java:48)
at com.github.sarxos.webcam.ds.cgt.WebcamOpenTask.open(WebcamOpenTask.java:20)
at com.github.sarxos.webcam.Webcam.open(Webcam.java:271)
at com.github.sarxos.webcam.Webcam.open(Webcam.java:232)