|
-
April 5th, 2012, 11:31 AM
#1
Moving an image using a IR sensor(MFC)?
Hey guys,I have an IR sensor here and I was wondering would it be posssible to create some sort of mfc program to move an image on the screen with the sensor?
The sensor I have is the same as this video here and I was thinking of maybe doing a more basic program of the one being shown here
http://www.youtube.com/watch?v=mkM4B...IU_JuOi3W-8fQ=
My only real experience with mfc has been making a program to read and display values on screen from a serial device.
-
April 6th, 2012, 07:42 AM
#2
Re: Moving an image using a IR sensor(MFC)?
Sure you can. You would need to convert thew sensor data to pixel/screen coordinates and sync it (like the Android callibration functionality). Then you could use the sensor data to set the Top/Left properties of a Picture Frame container. This is not a trivial task/applicaiton.
"Effective teaching is the essence of leadership..."
"There is no substitute for a carefully thought-out design."
If you have found this post to be useful, please Rate it.
-
April 6th, 2012, 09:39 AM
#3
Re: Moving an image using a IR sensor(MFC)?
 Originally Posted by mlgoff
Sure you can. You would need to convert thew sensor data to pixel/screen coordinates and sync it (like the Android callibration functionality). Then you could use the sensor data to set the Top/Left properties of a Picture Frame container. This is not a trivial task/applicaiton.
Ah ok thanks,is there anywhere I can look at something similiar to this or some form of example?
-
April 6th, 2012, 11:07 AM
#4
Re: Moving an image using a IR sensor(MFC)?
"Effective teaching is the essence of leadership..."
"There is no substitute for a carefully thought-out design."
If you have found this post to be useful, please Rate it.
-
April 10th, 2012, 10:47 AM
#5
Re: Moving an image using a IR sensor(MFC)?
-
May 31st, 2012, 02:24 PM
#6
Re: Moving an image using a IR sensor(MFC)?
-
June 2nd, 2012, 01:26 AM
#7
Re: Moving an image using a IR sensor(MFC)?
 Originally Posted by johnjameson
Anything new here?
Look, there's nothing new here just because your issue has nothing to do with either VC++ or regular programming topics like networking or database programming. Your case is about interfacing with some fancy device having no standard interface/API, so it hardly belongs here.
Best regards,
Igor
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|