Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: tkinter camera threads
Post: RE: tkinter camera threads

Hello again. I don't understand what you want me to do. Can you write it? Thank you!
Nick_tkinter GUI 6 3,440 Apr-16-2021, 12:23 PM
    Thread: tkinter camera threads
Post: RE: tkinter camera threads

No,it doesn't go through the first if statement.It goes to elif and all works fine ,but as I said the frame for camera output is a little bit flashing.What do you suggest me to do?
Nick_tkinter GUI 6 3,440 Apr-15-2021, 07:44 PM
    Thread: tkinter camera threads
Post: RE: tkinter camera threads

I want to know if I implement the threads normal, because if you see, inside video_stream(.) ,thread calls the same function. What do you think about it? I know how to implement threads,but what about...
Nick_tkinter GUI 6 3,440 Apr-15-2021, 06:37 PM
    Thread: tkinter camera threads
Post: tkinter camera threads

Hello everyone. I have a big code in tkinter with 14 files.In one of my files I control my camera and show the output inside a frame (in tkinter). So ,I will show you the code below ,it is implemented...
Nick_tkinter GUI 6 3,440 Apr-15-2021, 05:36 PM
    Thread: Python Google maps API -> GUI tkinter
Post: RE: Python Google maps API -> GUI tkinter

Hello again.I 'm wondering(again) if I can make a html file to create google map and add it inside a label (in tkinter) I just want to tell me if can be done (and if yes,how can I do it). Thanks.
Nick_tkinter GUI 9 5,817 Apr-07-2021, 01:52 PM
    Thread: Python Google maps API -> GUI tkinter
Post: RE: Python Google maps API -> GUI tkinter

Ooo,now I understand what you mean.But, how can I do it using python(only)?Is there any links to help me start?
Nick_tkinter GUI 9 5,817 Mar-23-2021, 05:13 PM
    Thread: Python Google maps API -> GUI tkinter
Post: RE: Python Google maps API -> GUI tkinter

I don't want to open multiple windows.Is there a link in order to help me ?
Nick_tkinter GUI 9 5,817 Mar-23-2021, 03:54 PM
    Thread: Python Google maps API -> GUI tkinter
Post: RE: Python Google maps API -> GUI tkinter

I use a browser,but I'm thinking that if I have this map inside my GUI would be better.So?
Nick_tkinter GUI 9 5,817 Mar-23-2021, 02:21 PM
    Thread: Python Google maps API -> GUI tkinter
Post: Python Google maps API -> GUI tkinter

Hello guys.I have a question.How can I integrate Google Maps API in a Python GUI? (for example inside a label) Thanks.
Nick_tkinter GUI 9 5,817 Mar-23-2021, 01:44 PM
    Thread: tkinter frame camera opencv
Post: RE: tkinter frame camera opencv

Hello again.I changed a little bit file a.py and it is like this: from tkinter import * import cv2 , PIL from PIL import Image,ImageTk cap = cv2.VideoCapture(0) def camera_status(root , mode): # co...
Nick_tkinter GUI 9 5,473 Mar-21-2021, 06:41 PM
    Thread: tkinter frame camera opencv
Post: RE: tkinter frame camera opencv

I found the error.I had a labelframe instead of a label.That was the error.Anyway thanks for your time.
Nick_tkinter GUI 9 5,473 Mar-21-2021, 02:11 PM
    Thread: tkinter frame camera opencv
Post: RE: tkinter frame camera opencv

yes I want real time video
Nick_tkinter GUI 9 5,473 Mar-21-2021, 01:48 PM
    Thread: tkinter frame camera opencv
Post: RE: tkinter frame camera opencv

turn on camera
Nick_tkinter GUI 9 5,473 Mar-21-2021, 12:59 PM
    Thread: tkinter frame camera opencv
Post: RE: tkinter frame camera opencv

OK.I will describe it simply.I want to push a button and enable camera inside a frame ,when I push it again I want to disable camera. So ,I have a file(eg: file b.py) and I call function camera_status...
Nick_tkinter GUI 9 5,473 Mar-21-2021, 09:30 AM
    Thread: tkinter frame camera opencv
Post: tkinter frame camera opencv

Hello.I have a main window using tkinter.I call a function that has:root.after(1 , camera_status , ....) and other thingsSo,in camera_status which is inside in another file has: from tkinter import *...
Nick_tkinter GUI 9 5,473 Mar-21-2021, 12:00 AM
    Thread: tkinter button image
Post: RE: tkinter button image

This white rectangular is not from my image but from the button.I also tried bd =0 but nothing happened. I just want to remove it.I don't want to see this white rectangular
Nick_tkinter GUI 4 4,082 Mar-04-2021, 11:15 PM
    Thread: tkinter button image
Post: tkinter button image

Hello.I have the following image inside a button and I want to cut the regional white color.How can I do it? I also have (activaforefound = activebackfround = bg) of button = "black" = window color Se...
Nick_tkinter GUI 4 4,082 Mar-04-2021, 08:33 PM
    Thread: Python tkinter question tablet
Post: RE: Python tkinter question tablet

Ok,I did it. I have one more question.If I use raspberry pi to run my app and connect my tablet to raspberry pi via VNC ,will I be able to use my fingers to touch screen of tablet to push a button (fo...
Nick_tkinter GUI 8 5,073 Mar-04-2021, 04:30 PM
    Thread: Python tkinter question tablet
Post: RE: Python tkinter question tablet

Today I spent a lot of hours to install kivy buildozer cython from a lot of websites in order to run my app to my android phone and I always have a problem with the last command which is this one: bui...
Nick_tkinter GUI 8 5,073 Mar-04-2021, 02:45 PM
    Thread: Python tkinter question tablet
Post: RE: Python tkinter question tablet

If tkinter is useless for mobile apps, then if I use kivy can I run my app on a tablet(touch screen) with the same way I run it to my laptop(without any changes of code)? For example I want to use mou...
Nick_tkinter GUI 8 5,073 Mar-03-2021, 11:21 PM

User Panel Messages

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