jvcleave / ofxRPiCameraVideoGrabber

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

addon structure #5

Closed danomatika closed 10 years ago

danomatika commented 10 years ago

Can this addon follow the standard addon structure?

src/ofxRPICameraVideoGrabber.h, etc
examples/bin
examples/src

This way you can git clone in in the addons dir and build the example without having to copy anything.

This also means adding ofxRPICameraVideoGrabber would work with the Makefiles.

jvcleave commented 10 years ago

yeah - should be possible (ofxOMXPlayer has problems with this due to lib link order)

I mostly develop like this so I can compile all my test apps at once

danomatika commented 10 years ago

I can give you a PR. I'm working with this right now and I'd like to have it work with my project's Makefiles.

jvcleave commented 10 years ago

You working with the Develop branch? It's much farther along but has a bunch of extra stuff (for remote app control) that will probably be another addon.

On Mar 16, 2014, at 6:22 PM, Dan Wilcox notifications@github.com wrote:

I can give you a PR. I'm working with this right now and I'd like to have it work with my project's Makefiles.

Reply to this email directly or view it on GitHubhttps://github.com/jvcleave/ofxRPiCameraVideoGrabber/issues/5#issuecomment-37773295 .

danomatika commented 10 years ago

Also, couldn't the name be "ofxRPIVideoGrabber"? I find the "Camera" redundant ... then again, I'm anal about naming things.

I'm working with Master. I only need the cam frames, nothing fancy.

jvcleave commented 10 years ago

I thought about it but people may think they can use any camera.

On Mar 16, 2014, at 6:28 PM, Dan Wilcox notifications@github.com wrote:

Also, couldn't the name be "ofxRPIVideoGrabber"? I find the "Camera" redundant ... then again, I'm anal about naming things.

I'm working with Master. I only need the cam frames, nothing fancy.

Reply to this email directly or view it on GitHubhttps://github.com/jvcleave/ofxRPiCameraVideoGrabber/issues/5#issuecomment-37773510 .

danomatika commented 10 years ago

Thats true. Makes sense! PR coming soon.