https://github.com/serge45/qtc-screenshot
A Qt Creator plugin for taking screenshot of remote(ssh) device
https://github.com/serge45/qtc-screenshot
qt qtcreator qtcreator-plugin screenshot
Last synced: about 1 month ago
JSON representation
A Qt Creator plugin for taking screenshot of remote(ssh) device
- Host: GitHub
- URL: https://github.com/serge45/qtc-screenshot
- Owner: Serge45
- Created: 2019-12-08T17:15:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-02T13:41:05.000Z (over 6 years ago)
- Last Synced: 2025-05-31T08:30:50.842Z (about 1 year ago)
- Topics: qt, qtcreator, qtcreator-plugin, screenshot
- Language: C++
- Size: 312 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QTC-Screenshot
A Qt Creator plugin for taking screenshot of remote(ssh) device
## How to Build
Just follow the [plugin building flow](https://doc-snapshots.qt.io/qtcreator-extending/first-plugin.html) from the official Qt site.
## Limitation
- Support connection via SSH only
- Default frame buffer device on remote device is `/dev/fb0`
- Supported RGB formats are
- RGB16
- RGB30
- RGB32
- RGB444
- RGB555
- RGB666
- RGB888
## How to Use
After successfully installed the plugin, you will see a Screenshot menu on tools tab of Qt Creator's menu bar.
click **Take a Screenshot from remote device** action, a dialog with some options would appear,
You can adjust the IP address of remote device and frame buffer settings such as width, height and RGB format there,
then click ok. If screenshot was taken successfully,
a QLabel with screenshot content would appear and the corresponding PNG image would save to the export folder with naming
`screenshot_.png`
### Screenshot Menu Action

### Screenshot Setting Dialog
