Python Sandbox
Simple example of image processing using OpenCV in Python on JeVois.
By Laurent Ittiitti@usc.eduhttp://jevois.orgGPL v3
 Language: PythonSupports mappings with USB output: YesSupports mappings with NO USB output: Yes 
 Video Mapping:   YUYV 352 288 30.0 YUYV 352 288 30.0 JeVois PythonSandbox

Module Documentation

This module is here for you to experiment with Python OpenCV on JeVois.

By default, we get the next video frame from the camera as an OpenCV BGR (color) image named 'inimg'. We then apply some image processing to it to create an output BGR image named 'outimg'. We finally add some text drawings to outimg and send it to host over USB.

See http://jevois.org/tutorials for tutorials on getting started with programming JeVois in Python without having to install any development software on your host computer.

ParameterTypeDescriptionDefaultValid Values
This module exposes no parameter
script.cfg file
# Script executed by the JeVois command-line interpreter when this module is loaded

# Set camera to night mode so it will slow down framerate if light level is low:
#setcam autowb 9
Detailed docs:PythonSandbox
Copyright:Copyright (C) 2017 by Laurent Itti, iLab and the University of Southern California
License:GPL v3
Distribution:Unrestricted
Restrictions:None
Support URL:http://jevois.org/doc
Other URL:http://iLab.usc.edu
Address:University of Southern California, HNB-07A, 3641 Watt Way, Los Angeles, CA 90089-2520, USA