So I asked what I thought was a pretty basic and straightforward question about how to do something in Python. That led to someone(s) closing my question saying it was a "how do I do this?" qeustion which implied I wanted the community to write code for me.
Ok - fair point so I updated the question to reflect I was just looking for a general approach or suggestion for Python libraries, That then got rejected saying I was now asking double questions in 1 post. Ok - so I fine tuned it again to be super specific and even started to get some responses before it was closed a 3rd time. This time because I was "seeking recommendations for books, tools, software libraries"
Really? Ok, so I removed the request for "what libraries in Python can do this.." and asked more generally. That then got closed a 4th time.
I re-read all the Stack Overflow guidance on questions and the overall general principles of the community:
- a specific programming problem, or
- a software algorithm, or
- software tools commonly used by programmers; and is
- a practical, answerable problem that is unique to software development
Or perhapsIs my question just isn't appropriateinappropriate for Stack Overflow and I don't fully appreciate the forum vs. what I'm used to on other forums.?
Here is my question https://stackoverflow.com/questions/72965754
I’m using a usb camera to capture a single image using OpenCV on a raspberryPI. I need to send that image over a socket to a server over wifi to run it through a neural network and do some image processing. I need to minimize the wifi network latency. What is a method to compress the image data within python?