mattfelsen / ofxDepthCamera

Device-independent library for working with multiple depth cameras, recording, playback, and streaming remotely
36 stars 9 forks source link

Add adapter for RealSense #5

Open mattfelsen opened 8 years ago

digitologist commented 8 years ago

You should check out librealsense, just released. https://github.com/IntelRealSense/librealsense

Also, where do I get your ofxShortImageSequenceRecorder?

mattfelsen commented 8 years ago

Oh interesting! I hadn't heard about this or OS X support for RealSense until now – thanks for mentioning it. I haven't touched this addon in a while – my plan was to use @SethGibson's ofxRSSDKv2 addon though the cross platform option is nice.

I will say though that I haven't touched this addon in a while and don't have any plans to use a RS camera for any upcoming projects, so any progress on this front would probably be slow coming from me. I'm happy to help if you wanted to give it a shot though!

ofxShortImageSequenceRecorder is part of my fork of ofxImageSequenceRecorder and it should be set up as a submodule. Running git submodule update --init should get you squared away – more info is in the readme in the setup section – also please be sure to use the refactor branch! Let me know if you have any trouble

SethGibson commented 8 years ago

I would definitely suggest librealsense over any of my RSSDK blocks/addons, as they're not really well supported (which of course is my fault). There's a team of folks full time on librealsense, so if you were to file an issue for ofx support, I imagine you'd get something much more usable and much more ofx friendly in much less time!