Screencast for iPhone.
- libusb-win32 (for windows)
- Download libusb-win32-devel-filter and install this filter driver for your iOS device(Apple Mobile Device USB Composite Device, Service : WINUSB).
- Download libusb-win32-bin and unzip it to
libs/libusb-win32
directory.
NOTE: we use libusb-win instead of libusb, because we need to use the usb_control_msg
api.
Windows msvc:
$ mkdir build && cd build
$ cmake -G "Visual Studio 16 2019" ..
then open build/scrcpy_ios.sln
.