wafa_ath
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
this is the my code after the edit .
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
Ah well then you would run them concurrently not parallel. If you know what your deadlines are you can basically do everything in time and that should satisfy the simultaneous nature of your need.
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
Yes i understand the difference but Iβm trying to run both tasks (control and streaming) in a way that feels as simultaneous as possible.
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
Read about parallelism vs concurrency
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
Thatβs just time slicing, to run two things in parallel you would need more than once processor
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
I found a library call 'schedule', for running tasks at specific intervals without blocking other parts of the program , so that means they can run in parallel, what do you think
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
experimenting with adding first class support for the
esp32-cam
https://i0.wp.com/randomnerdtutorials.com/wp-content/uploads/2020/03/ESP32-CAM-AI-Thinker-schematic-diagram.png?quality=100&strip=all&ssl=1 to zephyr still early stages but you can check it out here. So far so good.
https://github.com/DevHeadsCommunity/zephyr/tree/origin/esp32-cam-board-support/boards/espressif/esp32s2_cam39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
yes , i will thanx
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
let me know if it fixes your problem or we have to look for any other solutions
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
i was looking for it and i underdtand your idea , i will try it
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
itβs a Jquery library
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
ow okay i got it
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
so you just have to add it into your html
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
so that you can make post requests without reloading the page
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
ajax just work with html
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
it is
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
to avoid that please look about ajax
39 replies
DIIDevHeads IoT Integration Server
β’Created by wafa_ath on 1/1/2025 in #π¦-middleware-and-os
How can I make video streaming and robot control work smoothly together in my Flask project?
so when we make a http request our webpage reloads
39 replies