This content has been marked as final.
Show 3 replies
-
1. Re: Slave fifo problem with camera data
ramav_01 Dec 14, 2012 2:25 AM (in response to lee.carter)Right. Camera sensor can not make use of that flag in any case.
It is just for debugging purpose.
Camera sensor pushes the data continuously to FX2LP and PC application has to read it at a faster rate so that there will not be any data loss.
Thanks,
sai krishna.
-
2. Re: Slave fifo problem with camera data
lee.carter Dec 14, 2012 5:06 AM (in response to lee.carter)Hi
Thanks for advice. I have question
I willing to use xferloop() and i will setting for xferloop() about 1frame image size.
As you word, pc side have to more fast read ? How?
-
3. Re: Slave fifo problem with camera data
ramav_01 Dec 15, 2012 9:17 AM (in response to lee.carter)Just make sure that you don't have any bigger delays or sleep functions in between XferData() calls.
Regards,
sai krishna.