Altera_Forum
Honored Contributor
15 years agoframe buffer problem
I am now using frame buffer to buffer data from test pattern to CVO.and i am sure it works well when the test pattern data directly input to CVO,but with frame buffer no data output. when I simulated the system, i found the problem.the writer thread of frame buffer works,but the read thread doesn't .so i added the run time controll for the reader thread ,but still there isn't data output.can anybody tell me what maybe the problems?under what conditions will the read thread work?thanks a lot!
the frame buffer configuration as below: maxim image width 1280 maxim image height 1024 bits per color plane 8bits color planes in sequence 2 color planes in parallel 1 runtime control for the reader thread