-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
video player glitch / playback problems when using ofxArtoolkitPlus #110
Comments
If you play the same video in the normal ofVideoPlayer example do you get the same glitches? Could you post a link to the vid? |
RPI segfaults on that video as it is using the standard videoPlayerExample. I re-exported it in QT on OSX using H.264 (which it already was supposedly) and it worked the first time. I think the gstplayer is a little picky ... b/c when I tried it again it segfaulted. Then it worked again. Very unpredictable. |
@kalwalt well, in any case, you've created a lovely artwork with that last post :) |
And ofxARToolKit addon example with 640x480 video grabbing instead works well (but not so many fps..)
yes, NY MOMA is crazy for this! tomorrow massive testing! |
the borders are because the hw accelerated plugin of gstreamer returns padded images and the gstreamre implementation in OF is not able to remove them yet. actually the hardware accelerated version is slower than the software one so if you remove those plugins you'll get the correct video and faster playback |
the first screenshot seems like it was returning rgb and being rendered as grayscale or rgba as rgb or something like that |
just tested RPi with arottlkitplus http://vimeo.com/57516383 |
@fishkingsin very cool. On RPi, the cursor is rendered as a part of the I'm currently looking at ways to put the cursor in it's own EGL window that is not subject to the transforms. Others have done this in the RPi world. I just need to get a free minute :) Also, there's no reason currently to use X11 (via |
@kalwalt is this still an issue? |
@danthemellowman i should test it again. I haven't looked again. i will check whan i have a bit of time. |
i tested the ofxArtoolKitPlus addon https://github.com/fishkingsin/ofxARtoolkitPlus when i set to video mode i get a video glitcy and segmented . The video is a .mov 640x480 pixel. i will post a screenshot of the video for reference. videoPlayerExample works fine for me instead, but res is 320x240. Does happens also on rpi?
The text was updated successfully, but these errors were encountered: