I have a point cloud and want to take it's projection form a given angle of the camera. I am trying the pinhole camera projection but it requires the intrinsic and extrinsic parameters which are not available. What would be the best way to take projection without them? I just wanted to get a 2d image from the 3d point cloud. An approximate projection which may require us to assume some camera parameters will do too.