From c78961cb3b218c96f36ee96a4fcb6217080dd9f0 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sat, 22 Feb 2014 23:45:53 +0100 Subject: Use seqnum from the frame header --- ipecamera/reader.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'ipecamera') diff --git a/ipecamera/reader.c b/ipecamera/reader.c index 5fadaca..b9b7193 100644 --- a/ipecamera/reader.c +++ b/ipecamera/reader.c @@ -156,14 +156,10 @@ static int ipecamera_data_callback(void *user, pcilib_dma_flags_t flags, size_t size_t n_lines = ((uint32_t*)buf)[5] & 0x7FF; ipecamera_compute_buffer_size(ctx, n_lines); -/* - // Not implemented in hardware yet ctx->frame[ctx->buffer_pos].event.info.seqnum = ((uint32_t*)buf)[6] & 0x1FFFFFF; -*/ ctx->frame[ctx->buffer_pos].event.info.offset = (((uint32_t*)buf)[7] & 0xFFFFFF) * 80; - - ctx->frame[ctx->buffer_pos].event.info.seqnum = ctx->event_id + 1; +// ctx->frame[ctx->buffer_pos].event.info.seqnum = ctx->event_id + 1; gettimeofday(&ctx->frame[ctx->buffer_pos].event.info.timestamp, NULL); } else { -- cgit v1.2.3