packages feed

simple-firewire 0.1.3.2 → 0.1.3.3

raw patch · 2 files changed

+2/−3 lines, 2 files

Files

System/Camera/Firewire/Simple.hs view
@@ -75,11 +75,10 @@                (\_ -> peek list >>= c'dc1394_camera_free_list)                (\_ -> peek list >>= peek >>= getIds)  --- | Stop the transmission, and poll frames until the camera buffer is empty. Notice that you+-- | Poll frames until the camera buffer is empty. Notice that you --   have to restart the transmission after this call flushBuffer :: Camera -> IO () flushBuffer cam = alloca $ \(framePtrPtr :: Ptr (Ptr C'dc1394video_frame_t)) -> do-    stopVideoTransmission cam      withCameraPtr cam $ flushLoop framePtrPtr  where     flushLoop framePtrPtr cam = do
simple-firewire.cabal view
@@ -1,5 +1,5 @@ Name:                simple-firewire-Version:             0.1.3.2+Version:             0.1.3.3 Synopsis:            Simplified interface for firewire cameras Description:         A simplified interface for firewire cameras based on libdc1394 <http://damien.douxchamps.net/ieee1394/libdc1394/>                      .