Hello I have a program with pygame that uses pygame. The beginning is: pygame.display.init() screen = pygame.display.set_mode(SCREEN_SIZE, pygame.FULLSCREEN | pygame.HWSURFACE) print "Hello" Hello is not written. The program stops but not ends with set_mode function. I use sudo to execute it. Any id...
Hello I have a program that uses framebuffer with pygame. I have tested all video modes but in all of them the area that I can use is not the fullscreen, ever there is a black border. When I use omxplayer and xbmc the fullscreen is used. fim and fbi (image viewers in framebuffer) does not uses the f...
Hola cuando visualizo una imagen en la tele con fbi (desde ssh) la imagen queda permanente en la tele aún después de matar el proceso. si reproduzco un vídeo con omxplayer, cuando acaba vuelve a mostrarse la imagen. ¿cómo se puede volver a poner la pantalla en negro o volver al mode texto donde se p...
Hola Cuando encendemos la rpi sin las X la pantalla se queda a la espera de validarse con un usuario. esta terminal se queda en "posesión" de la pantalla. Luego desde SSH nos conectamos y operamos. Lo que yo quiero hacer es desde otro proceso lanzar una aplicacion en modo texto (ncurses) y con el ma...
muy sencillo: necesitas un programa (programax) que procese la salida del programa que obtiene los datos, más que nada para presentar los datos en html, y luego el resultado lo lleve a una página web quedaría algo así java -jar obtenerdatos.jar | programax > /home/pi/servidorweb/datos.html por otro ...
Hello, I have the first version of RPi. I use XBMC and OMXPlayer to play videos on TV. XBMC is heavy to my RPi, it works slowly and I can use the remote control of TV; and OMXPlayer makes me to depend on mobile (with omxremote) or terminal. Are there other program with graphic interface (lighter tha...
Hola Tengo la RPi versión 1. Para reproducir los vídeos uso XBMC va muy lento y OMXPlayer con OMXremote (éste desde el móvil). XBMC va muy lento pero lo puedo usar con el mando a distancia de la tele, y OMXPlayer me hace depender del móvil o de la terminal. ¿Existe algún programa que permita elegir ...
Hello, I have to decide what to choose ethernet cable to a residential installation. The cable will go for a pre-installed gutter between the walls and floor. Possibly pass near mains cables. The cable length must be 25 meters. The options I have are: - 26 AWG shielded - 24 awg Unshielded (these thr...
Hello I have two class (extend from threading.Thread) more or less as you can see: A class thread_a(threading.Thread): def __init__(self, name, thread_b): threading.Thread.__init__(self) self.name = name self.b = thread_b def run(self): while 1: ... # if a condition is true print 'call send' self.b....
do you know what information is stored in https proxies?
I suppose target host, but I don't know about the begin and end of connection, and the total bytes transmitted.
a ver si te vale esta idea: primero tienes que tener un servidor de paginas dinamicas. luego tienes que invocar a una pagina dinámica, que cada dos segundos obtenga la información que quieres y la escriba en el flujo de salida y hacer un flush para que se envíe al cliente. como tienes un bucle, el f...