Yet another RPI Camera question

edited November 2016 in Raspberry PI

I'm getting multiple same errors when I try using the raspberry pi camera with processing using the Video libraries (using the basic capture sketch). I think what might be the problem is when processing starts the camera, raspbian will start its own camera viewing window, which must be clashing with the processing camera data handling. I've tried to set the camera module to "disabled" in the raspbian settings, which allows the sketch to find one camera, but it will not start.

Here's the error:

(Processing core video:1120): GStreamer-CRITICAL **: gst_value_list_get_size: assertion 'GST_VALUE_HOLDS_LIST (value)' failed

Any way to disable this auto camera viewing window?

Currently attempting the GLVideo method, keeping my fingers crossed.

Answers

  • Answer ✓

    The error you're seeing with the Video library is a known issue, and one of the motivations for the GLVideo library actually.

  • Thanks! I got things working with your library, awesome stuff

Sign In or Register to comment.