Video capture class with 5 tests.

Linux specific questions.
St_W
Posts: 1626
Joined: Feb 11, 2009 14:24
Location: Austria
Contact:

Re: Video capture class with 5 tests.

Post by St_W »

AWPStar wrote:How can i get it work on ARM with these ASM inline?
You will have to remove or replace the inline assembler by according pure FB code.
AWPStar
Posts: 47
Joined: May 03, 2009 21:47

Re: Video capture class with 5 tests.

Post by AWPStar »

You will have to remove or replace the inline assembler by according pure FB code.
i can probably use C-like i/o function for DeviceOpen/DeviceRead/DeviceClose. Or maybe? open pipe(lof doesn't work in arm linux)
Does fb has IOCTL function?
Or, is there something like <sys/ioctl.bi and <stdio.bi>?

Do i nedd these functions?
ESI_888_2_EDI_555, ESI_565_2_EDI_555, ESI_555_2_EDI_888, ESI_565_2_EDI_888, ESI_888_2_565 ?
Post Reply