openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

list of examples working or not with armv7l(PandaboardES) #94

Closed kalwalt closed 11 years ago

kalwalt commented 11 years ago

I have made a list of examples that i tested ( not all the examples! ) on the PandaboardES.

Video examples

asciVideo : builds successfully, but black screen , no video, warning ofGstVideoUtils not loaded videoPlayerExample builds successfully, video displayed, size limitation? VideoGrabberExample: builds successfully, video from web camera displayed, size limitation?

GLES examples

customEGLWindowSettings: builds successfully, image rpilogo displayed and rotating, testApp verbose works, windows resizing works.

GL examples

alphaMaskingShaderExample: issue as reported in github. FboTrailsExample: in testApp::setup():error: 'GL_RGB32F_ARB' was not declared in this scope SingleLightExample: builds successfully, strange result like GL_DEPTH_TEST dosen't work? MultiLightExample: same as above, plus issue with texture: seem transparent. Also not all light rendering.and sphere not displayed at all. textureExample: builds successfully, only some lines weird artifacts. MultiTextureShaderExample: seg fault after video grabber? ShaderExample: builds successfully, black screen shader does nothing, no font displayed. BillboardExample: builds successfully but fail to create vertex and frag shaders. GPUParticleSystemExample: openGL errors: glBegin,glEnd,glVertex2D,glTexCoord2i,GL_RB32F not declared glInfoExample: long list of OpenGL errors. PointAsTexture: builds successfully, GLSL errors fail to create vertex and frag shaders. SlowFastRendering: OpenGL errors while comiling. TextureScreenGrabExample: builds successfully. Works good. VboExample: builds succsesfully. Vbo nor mesh displayed. ViewportExample: builds successfully. Works good exept easyCam(that we know...).

ADDONS examples

SvgExample: works perfectly.

Graphics Examples

blendingExample: works but warning OF_BLENDMODE_SUBTRACT not currently supported color: works good. FloatingPointImageExample: works good fontsExample: works good. FontShapesExample: works good. ImageCompressionExample: works good. ImageLoaderExample: works good. ImageLoaderWebExample: builds successfully but crash loading the image. ImageSaverExample: works good and save the image. ImageSequenceExample: works good. ImageSubsectionExample: works good. LutFilterExample: builds successfully. But doesn't works correctly: warning ofGstVideoUtils not loaded pdfExample: works good. PolygonExample: works good. PolylineBlobsExample:not tested. RectangleAlgnmentandScalingExample: works good. SimpleColorKey: works good.

3D examples

advanced3DExample: works good but some problem with easyCam and ofSphere. CameraParentingExample: works good. CameraRibbonExample: works good. MeshFromCamera: works good. ModelNoiseExample: does not works because ofxAsssimp. NormalsExample: works easyCam problem as we know. ofBoxExample: 1)lines contouring the boxes are bigger. 2)also i notice some perspective deformation 3)textures are occluded behind ( i wiil show to you a picture,if you need)

orientation-example: works as above. PointcloudExample: works as above. PointPickerExample: ply loader dosen't works correctly. Retriangulation not correct. EasyCam as bove. QuaternionArcBallExample: ofSphere not displayed correctly ( GLES issue?) QuaternionLatLongExample: same as above.

i will update the list and if you want i can open specific issues.

danzeeeman commented 11 years ago

Thanks for compiling this list. Are you running on the newer develop-raspberrypi branch?

kalwalt commented 11 years ago

yes exactly. Merrry Christmas!

danzeeeman commented 11 years ago

so I just tried the VideoGrabberExample on the Rpi and I get a seg fault. Anyone else seeing this?

danzeeeman commented 11 years ago

debug:

[notice] Probing devices with udev... [notice] Found device 054c:0155, getting capabilities... [notice] Detected v4l2 device: EyeToy USB camera Namtai [notice] Driver: ov519, version: 197147 [notice] Capabilities: 0x05000001 [error] ofGstUtils: error getting device data: no element "v4l2src" [notice] ofGstUtils: selected device: EyeToy USB camera Namtai Segmentation fault

danzeeeman commented 11 years ago

I found the issue. I was missing a gstreamer lib. I'll update the dep script.

kalwalt commented 11 years ago

I also tested the Tcp Udp and Osc Examples and they seems to works properly. I will open other issues instead concerning ofSphere , ofBox and ofTexture... to summarize the list here.

kalwalt commented 11 years ago

there was an issue with ofBox that with the latest changes (but you must use Gles2) are solved, also using Gles1 ofSphere looks better in singlelightExample before instead looks weird. I will not open another issue for this, but more tests are needed.

arturoc commented 11 years ago

ofLight and ofMatrerial don't work on gles2 and probably won't so any examples using lights will look different in gles2

kalwalt commented 11 years ago

ofLight and ofMatrerial don't work on gles2 and probably won't so any examples using lights will look different in gles2

yes, meshes are completely black...

bakercp commented 11 years ago

@kalwalt could you break this issue up into separate specific issues for each non-working examples? I think it will allow us to focus the discussion a bit more. I'm closing this meta issue.