Adrian May

Results 21 issues of Adrian May

My server lives in the garage and runs create_ap. Sometimes the ppp fails and sometimes the WiFi does. If the ppp works I can use my phone over 3g to...

Attempting to run camodet_python I get: ``` OpenCv version: 4.1.1 Video Height 1944 Width 2592 Traceback (most recent call last): File "/app.py", line 300, in main() File "/app.py", line 292,...

This Dockerfile reproduces the problem (after several cups of tea): FROM gregweber/ghc-haskell-dev USER root RUN apt-get update RUN apt-get install wget USER ghc RUN wget https://downloads.haskell.org/~ghc/8.4.4/ghc-8.4.4-src.tar.xz RUN tar xf ghc-8.4.4-src.tar.xz...

Here: #0 0x00007f25bbe133e0 gst_element_get_state (libgstreamer-1.0.so.0) #1 0x00007f25be0cebde _ZN16GStreamerCaptureD2Ev (libopencv_videoio.so.4.0) #2 0x00007f25be0d2426 _ZN2cv22createGStreamerCaptureEi (libopencv_videoio.so.4.0) #3 0x00007f25be0abdb0 _ZN2cv19VideoCapture_createERP9CvCaptureRNS_3PtrINS_13IVideoCaptureEEENS_16VideoCaptureAPIsEi (libopencv_videoio.so.4.0) #4 0x00007f25be0b76fa cvCreateCameraCapture (libopencv_videoio.so.4.0) #5 0x00005648f08972b8 _ZN9CCameraCV13GetNumDevicesEv (eviacam) #6 0x00005648f0897081 _ZN11CCameraEnum9getCameraEiijjf (eviacam) #7...

When I start eviacam I get the above message and then it crashes. I have two cameras. It once asked me which to use before dying from opencv deprecating the...

This occurs on arch linux with clang and llvm packages installed. /usr/lib/libclangTooling.so does exist on my machine.