{ "info": { "author": "Andre Anjos", "author_email": "andre.anjos@idiap.ch", "bugtrack_url": null, "classifiers": [], "description": "===============================\n Video Data-Acquisition Module\n===============================\n\nThis package contains an example data acquisition (DAQ) system based on the\nopen-source library Bob. If you use this code on your project or publication,\nwe appreciate you cited us::\n \n @inproceedings{Anjos_ACMMM_2012,\n author = {A. Anjos AND L. El Shafey AND R. Wallace AND M. G\\\"unther AND C. McCool AND S. Marcel},\n title = {Bob: a free signal processing and machine learning toolbox for researchers},\n year = {2012},\n month = oct,\n booktitle = {20th ACM Conference on Multimedia Systems (ACMMM), Nara, Japan},\n publisher = {ACM Press},\n url = {http://publications.idiap.ch/downloads/papers/2012/Anjos_Bob_ACMMM12.pdf},\n }\n\nInstallation\n------------\n\n.. note:: \n\n If you are reading this page through our GitHub portal and not through PyPI,\n note **the development tip of the package may not be stable** or become\n unstable in a matter of moments.\n\n Go to `http://pypi.python.org/pypi/xbob.daq\n `_ to download the latest\n stable version of this package.\n\nThere are 2 options you can follow to get this package installed and\noperational on your computer: you can use automatic installers like `pip\n`_ (or `easy_install\n`_) or manually download, unpack and\nuse `zc.buildout `_ to create a\nvirtual work environment just for this package.\n\nUsing an automatic installer\n============================\n\nUsing ``pip`` is the easiest (shell commands are marked with a ``$`` signal)::\n\n $ pip install xbob.daq\n\nYou can also do the same with ``easy_install``::\n\n $ easy_install xbob.daq\n\nThis will download and install this package plus any other required\ndependencies. It will also verify if the version of Bob you have installed\nis compatible.\n\nThis scheme works well with virtual environments by `virtualenv\n`_ or if you have root access to your\nmachine. Otherwise, we recommend you use the next option.\n\nUsing ``zc.buildout``\n=====================\n\nDownload the latest version of this package from `PyPI\n`_ and unpack it in your\nworking area. The installation of the toolkit itself uses `buildout\n`_. You don't need to understand its inner workings\nto use this package. Here is a recipe to get you started::\n \n $ python bootstrap.py \n $ ./bin/buildout\n\nThese 2 commands should download and install all non-installed dependencies and\nget you a fully operational test and development environment.\n\n.. note::\n\n The python shell used in the first line of the previous command set\n determines the python interpreter that will be used for all scripts developed\n inside this package. Because this package makes use of `Bob\n `_, you must make sure that the ``bootstrap.py``\n script is called with the **same** interpreter used to build Bob, or\n unexpected problems might occur.\n\n If Bob is installed by the administrator of your system, it is safe to\n consider it uses the default python interpreter. In this case, the above 3\n command lines should work as expected. If you have Bob installed somewhere\n else on a private directory, edit the file ``buildout.cfg`` **before**\n running ``./bin/buildout``. Find the section named ``buildout`` and edit or\n add the line ``prefixes`` to point to the directory where Bob is installed or\n built. For example::\n\n [buildout]\n ...\n prefixes=/Users/crazyfox/work/bob/build\n\nSphinx Manual Generation\n------------------------\n\nAfter installation, use this command to build the API documentation::\n\n $ ./bin/sphinx-build -b html doc html\n\nAfter this, you should find HTML documentation in the directory ``html``.", "description_content_type": null, "docs_url": "https://pythonhosted.org/xbob.daq/", "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/xbob.daq", "keywords": null, "license": "GPLv3", "maintainer": null, "maintainer_email": null, "name": "xbob.daq", "package_url": "https://pypi.org/project/xbob.daq/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xbob.daq/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/xbob.daq" }, "release_url": "https://pypi.org/project/xbob.daq/1.0.6/", "requires_dist": null, "requires_python": null, "summary": "Data-Acquisition Extension for Bob-based Applications", "version": "1.0.6" }, "last_serial": 825447, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "4f7a2a41ef296b55c5e7a1a378a3de24", "sha256": "30caaa8da92a5d2e499f4a1dba444702d1d2aa0994da2e4cf905628f326b2226" }, "downloads": -1, "filename": "xbob.daq-1.0.0.zip", "has_sig": false, "md5_digest": "4f7a2a41ef296b55c5e7a1a378a3de24", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72510, "upload_time": "2013-03-07T09:09:39", "url": "https://files.pythonhosted.org/packages/eb/31/845f5c0639df4ac857225fd55f6a9f57a18b1b809671115d0f1dedc93a27/xbob.daq-1.0.0.zip" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "94c37ef7bc93b2fbe0d8431fbe51c579", "sha256": "08735790ed9154137b9ff4667bec8fd97dfb7df735050de44930b6cfa792d343" }, "downloads": -1, "filename": "xbob.daq-1.0.1.zip", "has_sig": false, "md5_digest": "94c37ef7bc93b2fbe0d8431fbe51c579", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72595, "upload_time": "2013-03-07T12:56:09", "url": "https://files.pythonhosted.org/packages/7b/c2/15bc2c9dd525d8d4803c5ec7d2f46341b7e18934501cb72170533d951287/xbob.daq-1.0.1.zip" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "6652eb710267f46d89c9c0738513011e", "sha256": "2fd785320df079d2f7148ffb03b5bf379ae478c87a99574f906b608b5ed98a55" }, "downloads": -1, "filename": "xbob.daq-1.0.2.zip", "has_sig": false, "md5_digest": "6652eb710267f46d89c9c0738513011e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 72592, "upload_time": "2013-03-07T20:42:21", "url": "https://files.pythonhosted.org/packages/ef/5e/0279da4663aa8b984f0f951b4446592638e7190ed5dcf6224c2f2a813b68/xbob.daq-1.0.2.zip" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "bab4c4abaca5de4e45dd2ae6c8b20a9e", "sha256": "5bc71ee782d572abc8b8416c77a1ddbbe194ba3306f47dd4fa92cf504a49ebbc" }, "downloads": -1, "filename": "xbob.daq-1.0.3.zip", "has_sig": false, "md5_digest": "bab4c4abaca5de4e45dd2ae6c8b20a9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71287, "upload_time": "2013-03-16T07:54:25", "url": "https://files.pythonhosted.org/packages/01/4b/20ea396984ee3daf1e67f9bf6086ac3a4d11e65aab4aaced52000fca29b4/xbob.daq-1.0.3.zip" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "5cb028f1cbe6bc37dfbf5ff26723de33", "sha256": "39a0cec530b39d22f21629e97e9a46fc6b086a9a201ccfcec6850871b24f4eed" }, "downloads": -1, "filename": "xbob.daq-1.0.4.zip", "has_sig": false, "md5_digest": "5cb028f1cbe6bc37dfbf5ff26723de33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71339, "upload_time": "2013-03-22T09:09:16", "url": "https://files.pythonhosted.org/packages/68/8c/d95c7b23490d014a38c7277a8450f2756eed418367dba0db7a6a2106460d/xbob.daq-1.0.4.zip" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "e1983dc91285f561398905ff54b0d95f", "sha256": "177338ee0feb3816137d8bef59fcfaf2cb3d1bfd5f90c9bcb3e82affca4a0070" }, "downloads": -1, "filename": "xbob.daq-1.0.5.zip", "has_sig": false, "md5_digest": "e1983dc91285f561398905ff54b0d95f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71440, "upload_time": "2013-07-19T11:51:29", "url": "https://files.pythonhosted.org/packages/fb/c2/94f5e433183c2b38270549126e8f6862d3f1c678a4dc2b9a99f5388f0f0c/xbob.daq-1.0.5.zip" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "de21f13b9f615f0cae1e5162684d3357", "sha256": "d971dc6d29e181ca306650d9d26c15292c953338e39be8dda2644a66c651149f" }, "downloads": -1, "filename": "xbob.daq-1.0.6.zip", "has_sig": false, "md5_digest": "de21f13b9f615f0cae1e5162684d3357", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71617, "upload_time": "2013-07-26T09:10:39", "url": "https://files.pythonhosted.org/packages/fe/2e/ee8d51cc684b8d1c221b875b2bfef7af40152b9128ff9c0ede2855985c8b/xbob.daq-1.0.6.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "de21f13b9f615f0cae1e5162684d3357", "sha256": "d971dc6d29e181ca306650d9d26c15292c953338e39be8dda2644a66c651149f" }, "downloads": -1, "filename": "xbob.daq-1.0.6.zip", "has_sig": false, "md5_digest": "de21f13b9f615f0cae1e5162684d3357", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 71617, "upload_time": "2013-07-26T09:10:39", "url": "https://files.pythonhosted.org/packages/fe/2e/ee8d51cc684b8d1c221b875b2bfef7af40152b9128ff9c0ede2855985c8b/xbob.daq-1.0.6.zip" } ] }