Home Programming

Discussion

Left ArrowBack to discussions page
bcastetsbcastets Vacuum Beta tester Posts: 695 Expert
edited November 2018 in Programming
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

Comments

Sign In or Register to comment.
Left ArrowBack to discussions page