inspirit / PS3EYEDriver

PS3EYE Camera Driver for OSX and Windows
Other
316 stars 92 forks source link

Openframeworks example fails #24

Closed rootux closed 8 years ago

rootux commented 8 years ago

Hey. there is no eye->isNewFrame() in the driver. am I missing anything?

rovarma commented 8 years ago

You're not missing anything; the OpenFrameworks and Cinder samples are broken since PR https://github.com/inspirit/PS3EYEDriver/pull/21.

It should be trivial to update the sample to work with the API changes as described in that PR (see https://github.com/inspirit/PS3EYEDriver/blob/master/sdl/main.cpp for a working example), but I'll see if I can update the OpenFrameworks & Cinder samples today.

rootux commented 8 years ago

Thanks. would love to see that happens :+1:

rootux commented 8 years ago

any news on this @rovarma ? thanks

rovarma commented 8 years ago

Unfortunately I have been really busy with other matters and haven't gotten around to it yet. I'll try to get it done this week, but I can't guarantee that. In the meantime, you could consider making the change yourself; it should be pretty simple if you go off the SDL example.

rovarma commented 8 years ago

See https://github.com/inspirit/PS3EYEDriver/pull/25