Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AnielAlexa committed Nov 2, 2023
1 parent 6aa3a6e commit 569d01a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions calibrate.py
Original file line number Diff line number Diff line change
Expand Up @@ -549,8 +549,12 @@ def create_pipeline(self):
print(f'Sensor name for {cam_info["name"]} is {sensorName}')
cam_node.setResolution(camToRgbRes[cam_info['sensorName'].upper()])
cam_node.setFps(fps)

#Workaround for depthai!!
cam_node.initialControl.setMisc("stride-align", 1)
cam_node.initialControl.setMisc("scanline-align", 1)


xout.setStreamName(cam_info['name'])
cam_node.isp.link(xout.input)
if cam_info['sensorName'] == "OV9*82":
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ depthai-sdk==1.9.4
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-depthai-data-local/wheels/
pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l" and platform_machine != "aarch64" and platform_machine != "arm64"
--extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/
depthai==2.22.0.0.dev0+8b9eceb316ce60d57d9157ecec48534b548e8904
depthai==2.22.0.0.dev+9c55d84e746f84576acdef0e87ce10ac0e2f11ba
Qt.py
scipy

0 comments on commit 569d01a

Please sign in to comment.