All Projects → lovyan03 → ESP32_ScreenShotReceiver

lovyan03 / ESP32_ScreenShotReceiver

Licence: MIT license
ESP32 ScreenShotReceiver. Send jpegs from your Windows PC to the ESP32 receiver.

Programming Languages

C++
36643 projects - #6 most used programming language
C#
18002 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to ESP32 ScreenShotReceiver

faur
⚒️✨ My personal C games framework. 2D graphics, sound, inputs, states, ECS, and misc utils for data, files, math, memory, strings, time, and more. Builds for Linux, Windows, Web, and embedded devices.
Stars: ✭ 55 (-43.3%)
Mutual labels:  odroid-go
M5StickCProjects
StickWatch2 and some interesting projects based on M5StickC
Stars: ✭ 57 (-41.24%)
Mutual labels:  m5stick
AxisOrange
Sending M5 series IMU sensor data by Bluetooth SPP.
Stars: ✭ 35 (-63.92%)
Mutual labels:  m5stickc

ESP32_ScreenShotReceiver

movie

PCの画面をJPEGにしてTCPで送信し、ESP32で受信して表示します。
Send the screen of your PC as a JPEG, send it by TCP, receive it by ESP32, and display it.

対応環境 Environment

LCDの設定に LovyanGFX を使用します。LovyanGFXが動作するESP32環境に対応しています。
Use LovyanGFX to set up the LCD. It is compatible with the ESP32 environment in which LovyanGFX runs.

M5Stack / M5StickC / TTGO T-Watch / ODROID-GO / ESP-WROVER-KIT / and more...

使い方 Usage

受信側 Receiver : ESP32 ScreenShotReceiver

起動すると、WiFi接続を試行し、接続できない場合はSmartConfigが起動します。
お手持ちのスマートフォンにSmartConfigアプリを入れて設定を行ってください。
WiFi接続に成功すると、シリアルモニタとLCDにIPアドレスを表示してWindowsアプリからの接続を待ちます。

When launched, will attempt to connect to WiFi, and if it can't connect, SmartConfig will start.
Put the SmartConfig app on your smartphone and set it up.
If the WiFi connection is successful, the serial monitor and LCD will display the IP address and wait for the connection from the Windows app.

送信側 Sender : Windows ScreenShotSender

受信側のIPアドレスを入力して接続すると、Windowsの画面の一部がESP32のLCDに表示されます。
画像の幅・高さ・画質の各パラメータとJPEG化する範囲が設定できます
受信側が複数ある場合は、Col・Row で列数・行数を増やして画像を分割することができます。

When you enter the IP address of the receiver and connect, a portion of the Windows screen appears on the ESP32's LCD.
Allows you to set the width, height, quality of the image and the area to be JPEG'd
If there is more than one receiver, you can split the image by increasing the number of columns and rows.

キャプチャウィンドウはマウス操作とキーボードのカーソルキーで移動およびサイズ調整ができます。
Ctrlキー + カーソルキー操作 : ウィンドウの移動距離が増えます。
Shiftキー + カーソルキー操作 : ウィンドウの幅と高さが調整できます。

The capture window can be moved and resized using the mouse and the keyboard cursor keys.
hold down the Ctrl key and use the cursor keys : Increase the move distance.
Hold down the Shift key and use the cursor keys : Adjust the width and height.

必要なライブラリ Requirement library

含まれているライブラリ Included library

TJpgDec を改造して使用しています。

Licence

MIT

Author

lovyan03

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].