devg-radeon.so video capture capability

The QNX documentation for devg-radeon.so claims to support video capture.
Is the api for video capture documented somewhere? Has anyone successfully
done this?

JV wrote:

The QNX documentation for devg-radeon.so claims to support video capture.
Is the api for video capture documented somewhere? Has anyone successfully
done this?

you can use the layer-api due to the fact that devg-radeon.so implements
this stuff. so you can display the captured frames in a hardware layer

have a look at:
http://www.qnx.com/developer/docs/momentics621_docs/photon/prog_guide/draw.html#Layers

I am more interested in capturing the video for an image processing
application than a display application. Using your link as a starting point,
I found the documentation I needed in the devg_get_vcapfuncs() description :
video capture for image processing is not ready for prime-time .

Cheers,

Jon Voichick



“mirtch” <mirtch@gmx.net> wrote in message
news:bcaocl$geb$1@tiger.openqnx.com

JV wrote:

The QNX documentation for devg-radeon.so claims to support video
capture.
Is the api for video capture documented somewhere? Has anyone
successfully
done this?


you can use the layer-api due to the fact that devg-radeon.so implements
this stuff. so you can display the captured frames in a hardware layer

have a look at:

http://www.qnx.com/developer/docs/momentics621_docs/photon/prog_guide/draw.h

tml#Layers