Hello,

My video capture application runs perfectly after the DaVinci box is up. 
The application grabs a video and displays it on TV. The application uses 
V4L2 driver for this. 

I want to do the same job, at the time of booting the box. The intention 
is to get the display at TV before the linux prompt comes. I have checked 
that "DaVinci v4l2 capture driver V1.0 loaded" message comes much earlier 
(from function vpfe_init) , and at that point I want to open a kernel 
thread to do capture and display function. 

My question is
1. If the function vpfe_init is the correct point to do capture-display 
kernel thread?
2. My original application(which runs after the box boots up)  does 
"open("/dev/video0", O_RDWR | O_NONBLOCK, 0); open("/dev/fb/3", O_RDWR); 
ioctl(fd, VIDIOC_QUERYCAP, &cap)" etc calls. What are the equivalent calls 
if I want to open the devices and do ioctl from the vpfe_init function?

Regards,
Batsayan Das
Tata Consultancy Services
Mailto: [EMAIL PROTECTED]
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
                        Business Solutions
                        Outsourcing
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to