jvcleave / ofxRPiCameraVideoGrabber

development of ofxRPiCameraVideoGrabber, an addon to control the native Raspberry Pi camera in openFrameworks
89 stars 17 forks source link

ofxRPiCameraVideoGrabber + ofxOMXPlayer : conflict ? #35

Closed ghost closed 5 years ago

ghost commented 7 years ago

ofxRPiCameraVideoGrabber (texture mode) does not seem to work any more if trying to use ofxOMXPlayer (texture mode) simultaneously ... camera texture is black

jvcleave commented 7 years ago

typically that means you are out of GPU memory

ghost commented 7 years ago

That's it ! 256 for GPU is ok Thx !