basler / pypylon

The official python wrapper for the pylon Camera Software Suite
http://www.baslerweb.com
BSD 3-Clause "New" or "Revised" License
558 stars 207 forks source link

BufferFactory not implemented ? #219

Open yves-surrel opened 4 years ago

yves-surrel commented 4 years ago

In order to use instant_camera.SetBufferFactory, one needs to subclass a pylon.BufferFactory that does not seem to be accessible or implemented anywhere...

thiesmoeller commented 4 years ago

Yes. Bufferfactory is not properly wrapped at the moment. As we currently focussed on hiding all memory handling from the user.

What is your use case? So we could check what kind of mapping might solve your application needs.

yves-surrel commented 4 years ago

I want to use an OpenCL mapped memory or an OpenGL buffer. Would this be possible ?

Yves

Le 10 avr. 2020 à 21:10, Thies Möller notifications@github.com a écrit :

Yes. Bufferfactory is not properly wrapped at the moment. As we currently focussed on hiding all memory handling from the user.

What is your use case? So we could check what kind of mapping might solve your application needs.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/basler/pypylon/issues/219#issuecomment-612176158, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFQM3HAQAIHBH3X5FGWF5PLRL5VKXANCNFSM4MESVGQA.

Filippo221 commented 3 months ago

Hello, has this been fixed?

Thanks!