From 48000caaec6ebf38f008917eb2eb9bdb0ea4c425 Mon Sep 17 00:00:00 2001 From: "Joshua M. Doe" Date: Mon, 3 Jun 2013 13:52:00 -0400 Subject: [PATCH] niimaqdx: add TODO about problems cropping Firewire cameras --- sys/niimaqdx/gstniimaqdx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/niimaqdx/gstniimaqdx.c b/sys/niimaqdx/gstniimaqdx.c index ae57c29..08a0191 100644 --- a/sys/niimaqdx/gstniimaqdx.c +++ b/sys/niimaqdx/gstniimaqdx.c @@ -32,7 +32,9 @@ * */ -/* FIXME: timestamps sent in GST_TAG_DATE_TIME are off, need to adjust for time of first buffer */ +/* FIXME: timestamps sent in GST_TAG_DATE_TIME are off, need to adjust for time of first buffer + TODO: Firewire cameras that have an ROI less than the full frame will be + corrupted, the only fix is to use NI Vision library */ #ifdef HAVE_CONFIG_H #include "config.h"