Skip to content

Commit 560d0f1

Browse files
docs: add DEPRECATED comment
1 parent fa21f67 commit 560d0f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rosys/vision/rtsp_camera/rtsp_camera.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ async def get_fps(self) -> int | None:
126126

127127
return await self.device.get_fps()
128128

129+
# DEPRECATED: 0.27.0
129130
def set_jovision_profile(self, profile: int) -> None:
130131
assert self.device is not None
131132
warnings.warn('setting jovision_profile is deprecated, use "substream" instead',

0 commit comments

Comments
 (0)