Skip to content

Instantly share code, notes, and snippets.

@chriswmartin
Created February 25, 2018 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chriswmartin/e3ef7b507ab34371804dac1bb4045690 to your computer and use it in GitHub Desktop.
Save chriswmartin/e3ef7b507ab34371804dac1bb4045690 to your computer and use it in GitHub Desktop.
RaspberryPi ofxFaceTracker error
pi@raspberrypi:~/of/apps/myApps/face-saver-2/bin $ ./face-saver-2
[notice ] ofAppEGLWindow: setupRPiNativeWindow(): screenRect: 720x480
[notice ] ofAppEGLWindow: setupRPiNativeWindow(): windowRect: 720x480
[notice ] ofAppEGLWindow: createSurface(): setting up EGL Display
[notice ] ofAppEGLWindow: createSurface(): EGL Display correctly set 0xbc07b8
libEGL warning: DRI3: xcb_connect failed
libEGL warning: DRI2: xcb_connect failed
libEGL warning: DRI2: xcb_connect failed
[ error ] ofAppEGLWindow: createSurface(): eglInitialize returned EGL_FALSE
[notice ] ofAppEGLWindow: setupPeripherals(): peripheral setup complete
[notice ] ofAppEGLWindow: setupNativeUDev(): created udev object
[notice ] ofAppEGLWindow: setupMouse(): mouse_fd=12 devicePath=/dev/input/event0
[notice ] ofAppEGLWindow: setupMouse(): mouse device name = HD Pro Webcam C920
[ error ] ofAppEGLWindow: ioctl GABS failed
[ error ] ofAppEGLWindow: ioctl GABS failed
[notice ] ofAppEGLWindow: setupKeyboard(): keyboard_fd=13 devicePath=/dev/input/event0
[notice ] ofAppEGLWindow: setupKeyboard(): keyboard device name = HD Pro Webcam C920
[notice ] ofAppEGLWindow: setupPeripherals(): native event setup complete
[notice ] ofAppEGLWindow: setWindowTitle(): not implemented
[ error ] ofFbo: GL frame buffer object not supported by this graphics card
[notice ] ofGstVideoGrabber: Probing devices with udev...
[notice ] ofGstVideoGrabber: Found device 046d:082d, getting capabilities...
[notice ] ofGstVideoGrabber: detected v4l2 device: HD Pro Webcam C920
[notice ] ofGstVideoGrabber: driver: uvcvideo, version: 264507
[notice ] ofGstVideoGrabber: Capabilities: 0x84200001
[notice ] ofGstVideoGrabber: initGrabber(): selected device: HD Pro Webcam C920
[notice ] ofGstVideoGrabber: initGrabber(): selected format: 640x480 video/x-raw RGB framerate: 30/1
[notice ] ofGstUtils: setPipelineWithSink(): gstreamer pipeline: v4l2src name=video_source device=/dev/video0 ! video/x-raw,format=RGB,width=640,height=480,framerate=30/1 ! appsink name=ofappsink enable-last-sample=0 caps="video/x-raw, format=RGB, width=640, height=480"
ERROR(/home/pi/of/addons/ofxFaceTracker/libs/FaceTracker/src/lib/IO.cc,72) : Unsupported Matrix type 2608!
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment