Klaus Schmidinger wrote:
Please change the line
for (i = 0; i < 200; ++i) {
so that it loop 2000 times. That should cover a longer time.
I see. Set to 4000.
Additionally added before 'return 0;': printf("end: "); print_status(status);
Now it loops about 50 seconds : root@vdr:/video/vdr/cam# ./test 0.000010: 3 0.000088: 0 0.012613: 1 1.692749: 3 end: 48.004572: 3
Arthur