Import Maya animated camera into unity

Hi

I m facing a problem while importing Camera which is animated in Maya (baked the keys).

M not able to see through the imported camera, how can I make Maya camera work as unity camera.?

The camera has likely be imported as a bone of the animation, meaning that your object will have a child gameObject under it that represents where the animated camera was in your maya file (look for an item with the same name) this item will animate as your camera did in Maya so all you need to do is attach a camera to this object (as a component, or as a child object with zero’d position/rotation).