here is the code:
from depthai_sdk import OakCamera
with OakCamera() as oak:
left = oak.create_camera('left', fps=120)
right = oak.create_camera('right', fps=120)
oak.visualize([left, right], fps=True)
oak.start(blocking=True)
Output Stream

and here is my cute OAK - D SR

Would love to hear from LUXONIS team.