Skip to main content
API Reference com.nianticspatial.nsdk CameraIntrinsics

getImageDimensions

Returns the camera's image dimensions. The order of values is {width, height}.

Declaration

open fun getImageDimensions(): IntArray

Summary

Returns a int[2] containing the image dimensions. The order of values is {width, height}.


ON THIS PAGE