Hi Alexey,
Thanks for the quick reply. I've also tried extracting the frames from the metashape application itself and then adding them in with the chunk.addPhotos function in the standalone script but that is still not working. Currently in the script I am using the following functions: chunk.importVideo/chunk.addPhotos, chunk.detectMarkers, chunk.machPhotos, chunk.alignCameras, chunk.markers, chunk.updateTransform, chunk.region, chunk.transform.matrix, chunk.buildDepthMaps, chunk.buildDenseCloud and chunk.exportPoints. I'm assuming one or several of these functions aren't compatible within the standalone module. I am trying to automate this process so my next question would be on how to do this. Is there a way to connect to a metashape application instance via cloud or on a server where I can then run my script without the errors I've described previously? Any help on this would be appreciated.