diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-07-16 15:48:58 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2013-07-16 15:48:58 +0200 |
commit | d6d49cbdb2ccd7a09ec6103f1a221651368ad357 (patch) | |
tree | 2b3c98c955f39e0ecd4f790e342e3a928a1b2e66 /ipecamera/reader.c | |
parent | 09a6aa6efc8657fddc29b160e7c350091404940f (diff) | |
download | pcitool-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.tar.gz pcitool-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.tar.bz2 pcitool-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.tar.xz pcitool-d6d49cbdb2ccd7a09ec6103f1a221651368ad357.zip |
Support 4MPix sensor in IPECamera
Diffstat (limited to 'ipecamera/reader.c')
-rw-r--r-- | ipecamera/reader.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipecamera/reader.c b/ipecamera/reader.c index c11bb9d..af99fb5 100644 --- a/ipecamera/reader.c +++ b/ipecamera/reader.c @@ -129,7 +129,7 @@ static int ipecamera_data_callback(void *user, pcilib_dma_flags_t flags, size_t #endif /* IPECAMERA_DEBUG_RAW_PACKETS */ if (invalid_frame_id != ctx->event_id) { - pcilib_warning("Invalid DMA packets received, first is %u bytes long, current event %lu", bufsize, ctx->event_id); + pcilib_warning("No frame magic in DMA packet of %u bytes, current event %lu", bufsize, ctx->event_id); invalid_frame_id = ctx->event_id; } |