initial commit
This commit is contained in:
8
example.py
Normal file
8
example.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from imshow.client import client
|
||||
import cv2
|
||||
|
||||
img1 = cv2.imread('./img/1.jpg')
|
||||
img2 = cv2.imread('./img/2.jpg')
|
||||
while True:
|
||||
client.imshow('Name', img1, waitKey=1)
|
||||
client.imshow('Name', img2, waitKey=1)
|
||||
Reference in New Issue
Block a user