All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-core] rt-video interface
@ 2006-03-20 20:15 Rodrigo Rosenfeld Rosas
  2006-03-21  0:24 ` Jan Kiszka
  0 siblings, 1 reply; 6+ messages in thread
From: Rodrigo Rosenfeld Rosas @ 2006-03-20 20:15 UTC (permalink / raw)
  To: xenomai-core

Hi Jan and others interested.

I've finally got my driver in a usable condition. It lacks a lot of 
functionalities yet, but it aplies to my needs.

I would like to propose a real-time video interface for using with RTDM.

For making it simple to port Linux applications to Xenomai, I tried to make it 
as close as possible to Video for Linux 2 API. I didn't see any serious 
problem regarding its use on real-time environments in the specification. So, 
the changes I think that would be necessary are:

o Change open/fopen to rtdm_dev_open
o Implement MMAP/MUNMAP as an IOCTL (while it can not be done in a rt-context 
in the mean time, nor should be necessary)
o Implement also as IOCTLs: select and poll (I didn't implement them on my 
driver because I didn't need them, but it should be necessary accordling to 
specs)
o Change all timeval structs to uint64_t or some typedef to it for making it 
easier to store the timestamps (we use rtdm_clock_read() instead of 
gettimeofday())

I can't remember of another issue now. I think these changes would be enough.

Any ideas?

Rodrigo.

		
_______________________________________________________
Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora!
http://br.acesso.yahoo.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-03-27 14:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-20 20:15 [Xenomai-core] rt-video interface Rodrigo Rosenfeld Rosas
2006-03-21  0:24 ` Jan Kiszka
2006-03-21  1:33   ` Rodrigo Rosenfeld Rosas
2006-03-21 17:34   ` Rodrigo Rosenfeld Rosas
2006-03-26  9:49     ` Jan Kiszka
2006-03-27 14:47       ` Rodrigo Rosenfeld Rosas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.