Python Forum
How to communicate between Electron Framework and python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to communicate between Electron Framework and python
#1
I am trying to make a face recognition attendance system for schools using Python and Electron. I am using multiprocessing in Python which will create a new process for each camera which will open parallelly to record attendance for students. I achieved success in setting a communication medium between Electron and Python but when it comes to multiprocessing in Python, I got errors. I tried to set communication medium using ZMQ, Flask and WebSocket but I failed each time when using multiprocessing.

is there any way of communication which allow

* bi-directional communication between electron and each process created with multiprocessing library in python for opening camera and perform face recognition.
* less over heads
* fast and efficient
* cross-platform
* work offline
* work well with multiprocessing
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Conceptualizing modulus. How to compare & communicate with values in a Dictionary Kaanyrvhok 7 4,035 Mar-15-2021, 05:43 PM
Last Post: Kaanyrvhok
  Create hybrid automation framework using python. janeho 2 2,440 Mar-20-2019, 05:27 PM
Last Post: DeaD_EyE
  Multi-processing to communicate with microcontrollers Khoily 1 2,522 Mar-01-2019, 08:57 PM
Last Post: DeaD_EyE
  proc communicate not exiting on python subprocess timeout leoonardoo 0 3,794 Sep-13-2017, 09:54 AM
Last Post: leoonardoo

Forum Jump:

User Panel Messages

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