You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it's not possible to use processing 4 and the video library to inference webcam images. Here the stacktrace:
Processing video library using GStreamer1.16.2java.lang.NullPointerException
at ch.bildspur.vision.util.CvProcessingUtils.toCv(CvProcessingUtils.java:104)
at ch.bildspur.vision.network.BaseNeuralNetwork.convertToMat(BaseNeuralNetwork.java:28)
at ch.bildspur.vision.network.BaseNeuralNetwork.run(BaseNeuralNetwork.java:18)
at YOLOWebcamExample.draw(YOLOWebcamExample.java:71)
at processing.core.PApplet.handleDraw(PApplet.java:2460)
at processing.javafx.PSurfaceFX$1.handle(PSurfaceFX.java:91)
at processing.javafx.PSurfaceFX$1.handle(PSurfaceFX.java:87)
at com.sun.scenario.animation.shared.TimelineClipCore.visitKeyFrame(TimelineClipCore.java:239)
at com.sun.scenario.animation.shared.TimelineClipCore.playTo(TimelineClipCore.java:197)
at javafx.animation.Timeline.doPlayTo(Timeline.java:177)
at javafx.animation.AnimationAccessorImpl.playTo(AnimationAccessorImpl.java:39)
at com.sun.scenario.animation.shared.InfiniteClipEnvelope.timePulse(InfiniteClipEnvelope.java:110)
at javafx.animation.Animation.doTimePulse(Animation.java:1101)
at javafx.animation.Animation$1.lambda$timePulse$0(Animation.java:186)
at java.base/java.security.AccessController.doPrivileged(NativeMethod)
at javafx.animation.Animation$1.timePulse(Animation.java:185)
at com.sun.scenario.animation.AbstractMasterTimer.timePulseImpl(AbstractMasterTimer.java:344)
at com.sun.scenario.animation.AbstractMasterTimer$MainLoop.run(AbstractMasterTimer.java:267)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:515)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:499)
at com.sun.javafx.tk.quantum.QuantumToolkit.pulseFromQueue(QuantumToolkit.java:492)
at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$11(QuantumToolkit.java:320)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:96)
at com.sun.glass.ui.win.WinApplication._runLoop(NativeMethod)
at com.sun.glass.ui.win.WinApplication.lambda$runLoop$3(WinApplication.java:174)
at java.base/java.lang.Thread.run(Thread.java:834)
NullPointerExceptionNullPointerExceptionWARNING: no real random source present!
The text was updated successfully, but these errors were encountered:
Currently it's not possible to use processing 4 and the video library to inference webcam images. Here the stacktrace:
The text was updated successfully, but these errors were encountered: