Can you suggest us how we can integrate Camera API . We want to get our product position on the basis of camera selection using API and want to show our end customer.
For example : camera1, camera2, camera3, camera4, camera5
Below is our site url where we want to implement. Kindly check and let us know.
Site URL:-edited
Do the cameras you are trying to target exist in your asset or scene? You will need to place them into your scene and set up rules to target those cameras.
If Attribute Camera Angle = 1 → Set Active Camera to 1Camera
When you use a String value to set the configuration, that attribute type in Threekit must also be the type String.
It appears in your screenshot the Standing Steam Color attribute is an asset type with a value containing an object {assetId: 123-456-789, name: "Color-Name"}. You must set the configuration with the assetId value and not the name value. Please try this and let me know if it works.
Sorry if I was not clear enough - you will have to give the configurator API the assetID in an object. Please try it like this and let me know if you still have trouble: window.configurator.setConfiguration({ “Standing Seam Color”: {assetId: "57f0fcb3-3437-48be-89aa-32b8904029c1"} })