Skip to content

Heusini/ImageReceiver

Repository files navigation

Image Receiver with Opencv over TCP

Receive images with static size. First 17 bytes define the images that are beeing sent.

  • First 4 bytes: define the size in bytes of the images
  • Second 4 bytes: define width
  • Third 4 bytes: define height
  • Fourth 4 bytes: define channels
  • Last 1 byte: type of the image values (0 = uint8, 1=uint16, 2=float32, 3=float64)

Use

conda env install --file conda_env.yml
conda activate wifi_receiver

python wifi_receiver.py

Test

# testing
python wifi_sender.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages