f5gkw / IP_Camera

IP Camera in Tkinter GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IP_Camera

IP Camera in Tkinter GUI img.png

Before start configure your camera in camera operation class named: "IP_Camera()".

You will find it in "resources/video" folder.

The IP_Camera class: img.png

  • init() > configuration data (IP, PORT, User, Pass)
  • ping_camera() > check connection to camera on start. If not, video won't start.
  • connect_to_camera() > set connection if ping was positive
  • refresh_standard() > this works without Tkinter GUI. Run ip_cam.py file instead main.py and see.
  • refresh_image() > this is refresh function for rTkinter GUI.

The GIU interface is based on: https://github.com/a5892731/GUI_template

Licence:

This is open source code. Use it however you like :)

About

IP Camera in Tkinter GUI


Languages

Language:Python 100.0%