Python Forum
browse a python program on intranet with other device
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
browse a python program on intranet with other device
#1
a camera is installed in a RPi and the image is displayed by a python program, which is created by Adafruit.
it is expected to export to other device by browser within internet.

I am trying use flask, could you give me some suggestion?

while(1):

	#read the pixels
	pixels = sensor.readPixels()
	pixels = [map(p, MINTEMP, MAXTEMP, 0, COLORDEPTH - 1) for p in pixels]
	
	#perdorm interpolation
	bicubic = griddata(points, pixels, (grid_x, grid_y), method='cubic')
	
	#draw everything
	for ix, row in enumerate
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  browse a python prog on intranet joeydream 0 1,647 May-18-2020, 10:49 AM
Last Post: joeydream
  Can I browse the net using python? omar 3 2,956 Apr-06-2018, 06:54 AM
Last Post: pythonn_cat_user_name

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020