ofxRPiCameraVideoGrabber icon indicating copy to clipboard operation
ofxRPiCameraVideoGrabber copied to clipboard

development of ofxRPiCameraVideoGrabber, an addon to control the native Raspberry Pi camera in openFrameworks

Results 17 ofxRPiCameraVideoGrabber issues
Sort by recently updated
recently updated
newest added

This is an automated pull request that enables continuous integration testing for openFrameworks addons. [1](#footnote1) Before merging this PR you'll need to create an account on https://travis-ci.org and https://ci.appveyor.com using...

Hi Jason, hope you're doing well. Thanks for this addon. Its been super helpful. Although I am not able to record. The recording example would throw a segfault when trying...

Hi there, i've tested your app, and my problem is this vertical sync thing doesn't seems to work... the image captured by the camera seems cut when objects are moving...

I was getting a segmentation fault using the ofxRPiCameraVideoGrabber. It was happening after `videoGrabber.setup( settings )`. The seg fault was happening on another thread near immediately (the main thread would...

bug

Currently trying to develop a solution with a HDMI input board instead of a Raspberry Pi camera. The app keeps crashing after trying to close a failed `ofxRPiCameraVideoGrabber::setup()`. I spent...

how to record video using .mkv extension? I tried to set the omxCameraSettings.doConvertToMKV to "true" but it gave me error instead.

Just a note to save some time: Disable X11 desktop mode ( for example in raspi-config => boot => CLI ) and run examples again if no image from the...

Having some trouble with the openCV example. There is an issue when compiling on pi. do you need to cross compile??

Testing master as of e409f029996a14b2422ddef1a4d1891dd5d7d0e6, Using the example-texture-mode and adding a simple framerate = 60; results in a drastically zoomed in raster compared to default, or manually setting framerate =...

not sure why this is happening, please help. I get the following error when trying to re-play the youtube stream after stopping it. see error code below and also code...