summaryrefslogtreecommitdiffstats
path: root/ipecamera/ipecamera.c
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-04-01 21:26:47 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-04-01 21:26:47 +0200
commita1d746f850c487c065e518052f5205812a1f4adf (patch)
tree9653755aa923167f93dc67b4dd784bca6a4567e3 /ipecamera/ipecamera.c
parent4e99cc60d3af0a1a8e195f6dd2f107f3769118e0 (diff)
downloadipecamera-a1d746f850c487c065e518052f5205812a1f4adf.tar.gz
ipecamera-a1d746f850c487c065e518052f5205812a1f4adf.tar.bz2
ipecamera-a1d746f850c487c065e518052f5205812a1f4adf.tar.xz
ipecamera-a1d746f850c487c065e518052f5205812a1f4adf.zip
Do not touch READOUT flag as requested by Michele. Now we can get data from DMA when camera is not grabbing
Diffstat (limited to 'ipecamera/ipecamera.c')
-rw-r--r--ipecamera/ipecamera.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipecamera/ipecamera.c b/ipecamera/ipecamera.c
index f54c29d..892c59e 100644
--- a/ipecamera/ipecamera.c
+++ b/ipecamera/ipecamera.c
@@ -299,8 +299,6 @@ int ipecamera_start(pcilib_context_t *vctx, pcilib_event_t event_mask, pcilib_ev
}
// Allow readout and clean the FRAME_REQUEST mode if set for some reason
- GET_REG(control_reg, value);
- SET_REG(control_reg, value|IPECAMERA_READOUT_FLAG);
usleep(IPECAMERA_SLEEP_TIME);
if (value&0x1000) ctx->fr_mode = 1;
else {