Python Forum
Automation of GUI by python function
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Automation of GUI by python function
#5
(Aug-17-2023, 02:53 PM)deanhystad Wrote: In the software downloads, there is "Software" and "Programming Interfaces". The "Software" is what you would use to control the camera "manually". It has graphic controls for setting the camera parameters and capturing images. The "Programming Interfaces" is software that lets you write a program that does the same thing "automatically".

If you don't like operating the camera using the "Software", you can write your own program that uses the "Programming Interface" to control the camera instead. Your program can be anything you want. Maybe you hardcode the operations, or maybe you read the operations from a script. The first is easy, but you have to write a new program if you want to change parameters or sequence. The latter is more complicated, but you'll be able to write a new set of camera instructions using a text editor.

Hi, just to let you know that I found another solution using tkinter, to create a GUI with a button that executes a loop with different parameters. That might serve the automation process.
Thanks again
Reply


Messages In This Thread
Automation of GUI by python function - by dghosal - Aug-17-2023, 01:19 PM
RE: Automation of GUI by python function - by dghosal - Aug-18-2023, 10:23 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  home automation using python barryjo 1 1,223 Jul-24-2022, 09:09 PM
Last Post: Larz60+
  Python Help, New User, Computer Automation hexagonalyeti 2 1,704 Jun-25-2021, 11:43 AM
Last Post: hexagonalyeti
  python automation newcode 3 85,475 Feb-05-2021, 04:59 PM
Last Post: nilamo
  Automation using python Santhosh_Sangar 0 1,627 Mar-11-2020, 01:04 AM
Last Post: Santhosh_Sangar
  loop in pyautogui (python automation GUI application) pyprogrammer 0 4,842 Feb-12-2020, 02:52 PM
Last Post: pyprogrammer
  Python Based Data QA Automation tool suggestion Sonia567 1 2,022 Nov-19-2019, 04:46 PM
Last Post: Larz60+
  Create hybrid automation framework using python. janeho 2 2,459 Mar-20-2019, 05:27 PM
Last Post: DeaD_EyE
  Python automation GET/POST/REQUEST Raki 1 3,114 Sep-22-2017, 06:24 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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