Home› Programming
Discussion
Back to discussions page
bcastets
Vacuum Beta tester Posts: 695 Expert
Camera: Detect object on various plane and from various camera location |
538 views
|
Answered | |
/ Most recent by bcastets
in Programming
|
1 comment |

Some time you need to use the camera to detect objects on several different planes and from various camera location.
You may think to do that by defining several snapshot positions in installation tab and using several camlocate nodes in your program. It will work but in most of the cases you should be able to use only one snapshot position and one camlocate node.
This involve the use of 2 parameters:
* ignore_snapshot_position
* snapshot_position_offset
Having less snapshot position and less camlocate node will improve performance and ease the program modifications.
I made a video to show how you can detect and pick object on various plane and from various camera location while using only one snapshot and one camlocate node. I hope it will be helpful !
https://www.youtube.com/watch?v=vWoqDRUTUVE
You may think to do that by defining several snapshot positions in installation tab and using several camlocate nodes in your program. It will work but in most of the cases you should be able to use only one snapshot position and one camlocate node.
This involve the use of 2 parameters:
* ignore_snapshot_position
* snapshot_position_offset
Having less snapshot position and less camlocate node will improve performance and ease the program modifications.
I made a video to show how you can detect and pick object on various plane and from various camera location while using only one snapshot and one camlocate node. I hope it will be helpful !

Tagged:
Comments
-
bcastets Vacuum Beta tester Posts: 695 Expert
Here is the program used in in the last portion of the video.cam_offset.zip 431.1K0 · FacebookTwitter