Slave fifo problem with camera data

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

 Hi

   

I willing to connect to fx2lp and camera. 

   

So i use slave fifo. But here is some problem. 

   

Camera streaming data can not consider slave fifo's full flag. 

   

So how can i handle this problem?

0 Likes
3 Replies
Anonymous
Not applicable

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.

0 Likes
Anonymous
Not applicable

 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?

0 Likes
Anonymous
Not applicable

Just make sure that you don't have any bigger delays or sleep functions in between XferData() calls.

   

Regards,

   

sai krishna.

0 Likes