process(requests:)
Starts processing of the provided processing requests. Messages begin to be produced to the output publisher.
Declaration
func process(requests: [PhotogrammetrySession.Request]) throwsMentioned in
Discussion
On the first process()call the data in the input source will be ingested entirely and inputComplete produced on the output stream before any request processing progress will begin. Before inputComplete, warnings about samples will be published, if any.