Hello Alexey
Thak you very much for help. This is what i was looking for. Now I can experimenting with this. I have one more question if I may disturb :-).
I wrote script for reading 2D projection of specific point from Pointcloud back to image (x,y). And I need to read the same point for all cameras (photos). It looks like indexing of points in pointcloud is not the same for each camera. Is it like that or I am wrong?
points = chunk.point_cloud
PhotoScan.PointCloudProjection(points,cameraIndex,pointIndex)
Thanks for your time
Vass