Skip to content

andywang0607/ScreenCaptureService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScreenCaptureService

A service for capture screen image or video, provide api for client to query screen image or stream from zmq server

How to build

  • Support platform: Windows
  • Compiler: visual studio 2017 (I develop with 2017 but 2019 and 2022 maybe still work)
    • If you build with other visual studio version, you need to modify CMAKE_GENERATOR_PLATFORM variable build script
  • Build Step
    # Clone this repo and related submodule
    git clone https://github.com/andywang0607/ScreenCaptureService.git --recursive
    
    # build with script
    cd script
    build.bat Release
    
  • Everything will be installed at bin folder

How to use

Server

  • Just need to set ip and port

Client

Run Demo

  • Build server and client
  • set ip and port at server_config.json in bin folder
  • Run ScreenCaptureServer.exe
  • Run clientDemo.exe

About

A service for capture screen image or video, provide api for client to query screen image or stream from zmq server

Topics

Resources

License

Stars

Watchers

Forks

Contributors