Dan Schultzer
de57ca8419
Rename video capture close to release
2016-09-21 01:47:10 -07:00
Paul Matthews
ef39f323c7
-Changes to correct type_info errors seen in Visual Studio from std namespace pollution. Removed global std namespace references and specifically prefixed each call.
2016-02-12 13:25:25 +01:00
Mikhail Sirotenko
a45139326d
Renamed numFrame method to correspond to OpenCV naming
2016-02-07 09:31:29 -05:00
Mikhail Sirotenko
cf8d9143f8
Added NumFrames method to VideoCapture
2016-02-07 01:56:27 +00:00
Matthias Klan
ca36b462ce
Implement getFrameAt
...
getFrameAt takes the position of the video in milliseconds
2015-12-08 14:54:35 +01:00
Keegan Brown
8b3e747c35
Eliminated deprecation warnings while building in Node v4.1.2
2015-10-06 12:46:44 -05:00
Keegan Brown
ec09e0bdde
Swapped out all "handle" for "local"
...
Now building and passing tests locally in node v0.10.40 v0.12.7 and
v4.1.1. Other modules would not build at node lower than v0.10, so I
stopped there.
2015-10-05 14:33:12 -05:00
Keegan Brown
0216128fb0
Builds fine in 4, Fails in 0.12.7
2015-10-01 18:15:10 -05:00
Keegan Brown
1974fd6d00
Revert "conversion + build + test passed... so far"
...
This reverts commit ea69fcc10b73a191e1d3dc6c9decdc1ebc8bc714.
2015-10-01 11:03:08 -05:00
Keegan Brown
ea69fcc10b
conversion + build + test passed... so far
2015-09-29 13:39:49 -05:00
Anshul Jain
7c426bf69a
Fix code formatting for native code closes #295
2015-09-14 17:03:51 -07:00
Michael Vines
63bc56be70
VideoCaptureWrap: patch memory leak and simplify AsyncVCWorker.
2015-08-26 22:18:28 -07:00
Michael Vines
45d6b84320
Add support for VideoCapture grab/retrieve
2015-08-21 15:04:28 -07:00
Peter Braden
3ad181019f
Fix a few compiler warnings
2014-10-11 18:03:44 +02:00
Mark Moissette
a42033ac96
- overall cleanup :
...
* removed obsolete code , comments
2014-09-30 21:49:24 +02:00
Mark Moissette
416fe0a6d5
- migrate the async methods of VideoCaptureWrap to NAN
2014-09-21 16:08:43 +02:00
Mark Moissette
a793f21561
- first pass migration of all relevant source done
...
* compiling ok under node 0.11.13
* missing a number of async methods
2014-09-21 12:42:55 +02:00
Mark kaosat-dev Moissette
cd303829de
- continued work migrating api to nan
2014-09-10 15:23:57 +02:00
Mark kaosat-dev Moissette
668c21dc44
- added close() method to VideoCapture base on opencv capture's "release"
...
method
- added experimental ReadSync method : this serves two purposes:
* usefull when not using callbacks
* a possible workaround for huge memoryleaks in videocapture
2014-09-05 16:07:47 +02:00
John Ludwig
17f59cee5f
Add SetPosition method
...
Allows video read stream to advance to a particular frame
2014-06-19 12:10:12 -07:00
Salman
b62b09502c
updated VideoCaptureWrap with setWidth() and setHeight()
2014-05-03 16:35:26 +05:00
Salman
28750d1275
Added setWidth and setHeight for VideoCapture issue #126
2014-05-03 16:30:13 +05:00
Peter Braden
865962c845
videocapture read now uses err, im convention
2013-04-09 21:34:00 -07:00
Peter Braden
1d542bc056
Cast cb for node 0.10
2013-03-19 16:53:50 -07:00
Peter Braden
ab686c5445
specify std::dtring
2012-11-27 16:48:20 -08:00
Peter Braden
6df8bbbb9b
WIP on camshift re #22 - Got a working example but still unreliable
...
This is a combination of 4 commits.
WIP on camshift - need to focus the histogram on the ROI
Weird fringing issue, but otherwise tracking objects successfully
motion track example
WIP on camshift
WIP on camshift - have a smoke example, but bad results are coming back.
2012-11-26 20:11:59 -08:00
Camilo Aguilar
3b5311cf42
Some code clean up
2012-10-20 02:35:15 -04:00
Peter Braden
48996e2448
add namespaces
2012-06-22 14:14:58 -07:00
Tomas Alvarez
b73174c00f
Added videocapture working (libuv), some examples, more methods to Matrix and implement of libuv for detectobjects
2012-06-18 11:54:31 -03:00
Peter Braden
406eef45a2
try catch, macros etc
2012-01-24 12:23:08 -08:00
Peter Braden
3644d3ed8d
Remove image
2012-01-23 23:21:51 -08:00
Peter Braden
45f4b6c50b
remove debug
2012-01-19 19:22:27 -05:00
Peter Braden
c24b662b37
don't think my video will work because I built opencv without ffmpeg :(
2012-01-19 01:16:34 -08:00
Peter Braden
63a7695187
WIP on video capture etc
2012-01-19 00:02:15 -08:00