File tree 6 files changed +38
-0
lines changed
6 files changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ##################################################################################
2
+ # Title: camera.py
3
+ # Author: Louie Liu
4
+ # Date: 15 April 2020
5
+ ##################################################################################
6
+
1
7
import pyrealsense2 as rs
2
8
3
9
import numpy as np
Original file line number Diff line number Diff line change
1
+ ##################################################################################
2
+ # Title: camera.py
3
+ # Author: Louie Liu
4
+ # Date: 15 April 2020
5
+ ##################################################################################
6
+
1
7
import cv2
2
8
import pyrealsense2 as rs
3
9
Original file line number Diff line number Diff line change
1
+ ##################################################################################
2
+ # Title: camera.py
3
+ # Author: Louie Liu
4
+ # Date: 15 April 2020
5
+ ##################################################################################
6
+
1
7
import math
2
8
3
9
import cv2
Original file line number Diff line number Diff line change
1
+ ##################################################################################
2
+ # Title: camera.py
3
+ # Author: Louie Liu
4
+ # Date: 15 April 2020
5
+ ##################################################################################
6
+
1
7
import cv2
2
8
import pyrealsense2
3
9
Original file line number Diff line number Diff line change
1
+ ##################################################################################
2
+ # Title: camera.py
3
+ # Author: Louie Liu
4
+ # Date: 15 April 2020
5
+ ##################################################################################
6
+
7
+
1
8
from projector import Projector
2
9
import cv2
3
10
Original file line number Diff line number Diff line change
1
+ ##################################################################################
2
+ # Title: camera.py
3
+ # Author: Kian Rossitto and Louie Liu
4
+ # Date: 15 April 2020
5
+ ##################################################################################
6
+
7
+
1
8
from time import sleep
2
9
from typing import Dict
3
10
You can’t perform that action at this time.
0 commit comments