Menu

#168 ctypes.ArgumentError in glReadPixels

v3.0.0
closed-duplicate
nobody
GL (74)
5
2008-01-19
2007-06-25
Anonymous
No

We're running problems with glReadPixels throwing an exception. Here's the backtrace:

Traceback (most recent call last):
File "/store/home/mukaissi/MetNetVis/MetNetVis/UI/graphdrawwidget.py", line 155, in mousePressEvent
index=GL.glReadPixels(event.x,event.y,1,1,GL.GL_RGB,GL.GL_UNSIGNED_BYTE)
File "/store/home/mukaissi/software/PyOpenGL-3.0.0a6/OpenGL/GL/images.py", line 279, in glReadPixels
ctypes.c_void_p( arrayType.dataPointer(array))
ctypes.ArgumentError: argument 1: <type 'exceptions.TypeError'>: wrong type

Adding a few prints to see the types of the involved variables they seem to be ok:

array: [[[0 0 0]]] <type 'numpy.ndarray'>
arrayType: <class 'OpenGL.arrays.arraydatatype.GLubyteArray'> <type '_ctypes.PointerType'>
dataPointer: 20509152 <type 'long'>

This is using 3.0.0a6 on an x86_64 (RHEL) system.

Discussion

  • Mike C. Fletcher

    • status: open --> closed-duplicate
     
  • Mike C. Fletcher

    Logged In: YES
    user_id=34901
    Originator: NO

    Closing duplicate

     

Log in to post a comment.