Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgperui <pgperui@65703dd9-322d-4ecd-a169-f49c4620ba53>2011-05-03 02:38:40 (GMT)
committer pgperui <pgperui@65703dd9-322d-4ecd-a169-f49c4620ba53>2011-05-03 02:38:40 (GMT)
commit6f48db4aca3678be629a6ae8cb0b9985567cd9b7 (patch)
tree581ae9a3f2ad1a50ffa2a96c14e59d3b20084e28
parent4b3e7421582f081ebed7c689f6a0296b41c7262b (diff)
git-svn-id: svn+ssh://lulu.fing.edu.uy/ens/home01/pgperui/repoSVN@166 65703dd9-322d-4ecd-a169-f49c4620ba53
-rw-r--r--Utilidades/src/CalibradorColor.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/Utilidades/src/CalibradorColor.py b/Utilidades/src/CalibradorColor.py
index 40c0c9c..43e1123 100644
--- a/Utilidades/src/CalibradorColor.py
+++ b/Utilidades/src/CalibradorColor.py
@@ -1,9 +1,7 @@
#! /usr/bin/env python
-import pygame, sys, os, time, opencv
+import pygame, sys, os, time
import PuiModule
from pygame import *
-from opencv import *
-from opencv.highgui import *
vconf = "v4l2src device=/dev/video0 ! videorate ! video/x-raw-yuv,width=320,height=240,framerate=5/1 ! ffmpegcolorspace ! capsfilter caps=video/x-raw-rgb,bpp=24 ! identity name=artoolkit ! fakesink"
count = 0