Skip to content

Commit

Permalink
update document
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 3, 2021
1 parent 630eaf0 commit 3afc2f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scrcpy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ def __init__(
"""
Create a scrcpy client, this client won't be started until you call the start function
:param max_width: frame width that will be broadcast from android server
:param bitrate:
:param max_fps: 0 means not max fps.
:param bitrate: bitrate
:param max_fps: 0 means not max fps. supported after android 10
:param adb_path: adb path
:param ip: android server IP
:param adb_path: path to ADB
:param port: android server port
:param flip: flip the video
:param block_frame: whether block video reading or not
:param block_frame: only return nonempty frames, may block cv2 render thread
"""

self.ip = ip
Expand Down

0 comments on commit 3afc2f7

Please sign in to comment.