Implemented conreality.sdk.knowledge.scenario.i...
Implemented conreality.sdk.scripting.Context#lo...
Implemented conreality.sdk.scripting.Context#pa...
Implemented the basic `consim` script.
Implemented conreality.sdk.scripting.Context#pr...
Implemented conreality.sdk.knowledge.time.now().
Implemented conreality.sdk.scripting.Context#re...
Defined the `conmsg` and `consim` scripts.
Defined conreality.sdk.measures.knowledge.*.
Implemented conreality.sdk.measures.length.
Defined conreality.sdk.model.Object.
Imported a skeleton for the SDK.
Ensured that Python binaries find the DDK even ...
Implemented conreality.ddk.driver.Driver#subscr...
Implemented conreality.sdk.messaging.Message#or...
Extended the Sysfs GPIO driver with topic subsc...
Implemented conreality.sdk.messaging.Subscriber...
Defined conreality.sdk.messaging.Message.
Added multi-message conreality.sdk.messaging te...
Enhanced conreality.sdk.messaging tests using t...
Implemented conreality.sdk.messaging.{Topic,Sub...
Defined conreality.sdk.messaging classes.
Implemented conreality.sdk.storage.DataDirectory.
Implemented conreality.sdk.storage.DataDirector...
Implemented conreality.ddk.camera.CameraFeed#ch...
Implemented a distinct camera feed for object t...
Implemented conreality.sdk.vision.Image#size.
Factored out object tracking from the OpenCV ca...
Implemented conreality.ddk.driver.Program#has_w...
Defined the `opencv-objtrack` and `ros-proxy` d...
Made conreality.sdk.video load OpenCV lazily in...
Added docstrings for all Python DDK test classes.
Conditionalized face and eye tracking in the in...
Ensured that Git ignores any __pycache__ direct...
Ensured that the Python DDK's module structure ...
Ensured that #loop() is only called if the meth...
Added test cases for conreality.sdk.vision.Color.
Added test cases for conreality.sdk.vision.Image.
Outlined the upcoming Python DDK test suite.
Ensured that `make dist` distributes driver scr...
Parallelized and simplified the driver test run...
Ensured that `make dist` distributes all test f...
Corrected the test runner for driver tests.
Ensured that `make dist` distributes the `conca...
Reordered configure.ac directives for better co...
Created setuptools packaging for the Python DDK.
Made ./configure check for Python 3.4+ availabi...
Reorganized the tests to make space for DDK tests.
Imported unit test skeletons for the current se...
Updated `concam` to support also the YUYV frame...
Implemented an initial V4L2 camera driver proto...
Made conreality.ddk.camera.CameraFeed support Y...
Added program descriptions to drivers' help out...
Made conreality.sdk.vision load OpenCV lazily i...
Implemented conreality.sdk.vision.Image#dimensi...
Enhanced conreality.ddk.camera.CameraFeed#snap().
Added inadvertently missing file header comments.
Began prototyping the V4L2 camera driver.
Replaced bcm283x driver skeleton with an OCaml ...
Corrected package references in conreality.ddk....
Implemented conreality.ddk.driver.Driver#watch_...
Implemented the Sysfs GPIO driver for input.
Enhanced conreality.ddk.driver.ArgumentParser.
Ensured that conreality.ddk.driver.Logger uses ...
Implemented the Sysfs GPIO driver for output.
Updated the OpenCV camera driver for DDK changes.
Ensured that loading the DDK doesn't require Op...
Defined conreality.ddk.sysexits.EX_*.
Refactored conreality.ddk.driver for Python 3.4...
Upgraded from Python 2.7 to Python 3.4+.
Defined conreality.ddk.driver.Driver#exit().
Applied suggested Python changes from running `...
Implemented automatic face and eye detection.
Ensured that an exception is raised if cascade ...
Corrected grayscale image construction.
Implemented conreality.ddk.driver.Driver#has_in...
Implemented conreality.sdk.vision.CascadeClassi...
Defined conreality.sdk.scripting.Error.
Fixed a minor bug in video recording.
Implemented object designation from CCCP input.
Implemented conreality.sdk.video.VideoEncoder.
Ensured that driver instances are provided inpu...
Implemented conreality.sdk.scripting.Context.
Implemented video recording in the OpenCV driver.
Ensured that every driver instance has a script...
Implemented conreality.ddk.camera.CameraFeed#si...
Defined conreality.sdk.video.
Renamed driver binaries to more descriptive names.
Implemented conreality.ddk.camera.CameraDirecto...
Restructured the Python DDK.
Defined conreality.ddk.camera.CameraDirectory.
Overlaid the camera ID and current date/time on...
Implemented conreality.ddk.camera.CameraRegistry.
Renamed driver binaries to more descriptive names.
Refactored the camera subsystem for recent DDK/...
Implemented conreality.sdk.vision.Image#draw_te...
Implemented conreality.ddk.camera.CameraDirecto...
Defined conreality.ddk.driver.DataDirectory.
Implemented the `concam --fps` option.
Implemented an initial version of `concam`.