Update ColorPicker.py
This commit is contained in:
		
							parent
							
								
									c64514ba40
								
							
						
					
					
						commit
						7d7518f565
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2,7 +2,7 @@ import cv2
 | 
				
			||||||
import numpy as np
 | 
					import numpy as np
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
frameWidth = 640
 | 
					frameWidth = 640
 | 
				
			||||||
frameHeight = 480
 | 
					frameHeight = 480 
 | 
				
			||||||
cap = cv2.VideoCapture(1)
 | 
					cap = cv2.VideoCapture(1)
 | 
				
			||||||
cap.set(3, frameWidth)
 | 
					cap.set(3, frameWidth)
 | 
				
			||||||
cap.set(4, frameHeight)
 | 
					cap.set(4, frameHeight)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue