Store › Forums › Video Experimenter › General Discussion › limit the recognized area.
- This topic has 8 replies, 4 voices, and was last updated 11 years, 1 month ago by Michael. 
- 
		AuthorPosts
- 
		
			
				
July 20, 2013 at 4:59 pm #639lemorlenny MemberHi, 
 can i limit the recognized area to improve tracking speed?Regards Lenny July 20, 2013 at 10:08 pm #1744Michael Keymasternot sure what you are asking. Which project are you doing? What does your code do? July 27, 2013 at 10:20 am #1756lemorlenny MemberI apologize for my cryptic question :). I have to decode the position of a dot in a simple vertical fixed path, so I thought to optimize the recognize speed limiting the computing area to this path. 
 Is possibile to do it and this can improve computing speed?Regards Lenny July 27, 2013 at 11:54 pm #1758Michael Keymasteroh, so you are using code from this project? http://nootropicdesign.com/projectlab/2011/03/20/arduino-computer-vision/ Yes, you could easily limit the area you are interested in. Just change the bounds in the program. It currently searches the whole width and height of the screen with these loops: for(int y=0;yfor(int x=0;x ... 
 }
 }July 28, 2013 at 8:28 am #1759lemorlenny MemberThanks for your reply this simple solution!. 
 And yes, i haven’t specified what project I meant, sorry.
 My Video Experiment board is in shipping I hope it arrive fast so can i try it.Regards January 18, 2014 at 10:45 am #1858chocolate7 MemberDear Is possibile to do it and this can improve computing speed? January 18, 2014 at 3:01 pm #1861lemorlenny Member@chocolate7 wrote: Dear Is possibile to do it and this can improve computing speed? You can limit the scan range editing the for next loop as show in previous post. 
 I built a responsive harpa laser in this manner with a classic Arduino.Regards September 30, 2014 at 5:50 am #2040zohaa3492 MemberJust started putting a VE shield together. Wondering about placement of the digital/analog headers. The instructions show that the headers should be positioned using the inner rather than outer holes. Any reason for this? I want to be able to stack other shields on top of the VE shield & the instructions seem to preclude that. Thanks in advance. ____________________ 
 http://www.kumc.edu/
 http://www.pass-4-sure.com/200-101-notes.html
 http://www.ku.edu/
 http://www.pass-4sure.info/braindumps/220-801.html
 http://usacac.army.mil/cac2/cgsc/September 30, 2014 at 12:52 pm #2041Michael KeymasterIf you have headers with long pins, you can place them on the outside set of pads so that the shield is “stackable”. When this product was designed, it was hard to get the long-pin headers. What other shield do you want to stack with the Video Experimenter? The VE is not going to be compatible to stack with most shields since the VE uses so many pins. You can always put the VE on top if you are going to stack it with a compatible shield. 
- 
		AuthorPosts
- You must be logged in to reply to this topic.
