Thanks guys, I will give those solutions a try!
[EMAIL PROTECTED] escreveu:
> On Nov 15, 8:29 am, [EMAIL PROTECTED] wrote:
> > Hi,
> >
> > I am looking for a python tool or module that helps me build a script
> > that can perceive object moves in a video file captured by a (web)
> > camera. My
Hi,
I am looking for a python tool or module that helps me build a script
that can perceive object moves in a video file captured by a (web)
camera. My main goal is to be able to count people entering a store
using the store's surveillance camera.
I know of some packages like Eyesweb (gestural re
I am writing a script that has to read data from an ASCII file of
about 50 Mb and do a lot of searches and calculations with that data.
That would be a classic problem solved by the use of a database
(SQLite would suit just fine), but that would require the user to
install more packages other than