/alps/ipecamera

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to ipecamera/events.c

  • Committer: Suren A. Chilingaryan
  • Date: 2015-03-29 16:05:58 UTC
  • Revision ID: csa@suren.me-20150329160558-326s1v2vlh850s6t
Fix frame size computation in ipecamera and few debuging options

Show diffs side-by-side

added added

removed removed

Lines of Context:
119
119
#endif /* IPECAMERA_ANNOUNCE_READY */
120
120
                usleep(IPECAMERA_NOFRAME_SLEEP);
121
121
                }
122
 
            } else {        
 
122
            } else {
123
123
                pcilib_calc_deadline(&tv, timeout);
124
124
 
125
125
#ifdef IPECAMERA_ANNOUNCE_READY