.. _doxcsid-class_p1_1_1_camera_sdk_1_1_camera_1acad4682871c159391d1b0c62a52c13f5: Camera.AllImages Method +++++++++++++++++++++++ Definition """""""""" *Namespace:* ``P1Sdk`` Returns a list of the images currently stored on the camera. .. ref-code-block:: csharp :class: doxyrest-overview-code-block public IEnumerable<:ref:`IStoredImageHandle`> AllImages(); The camera supplies a list of *thin* image objects, meaning that each element in the list contains only an Id and some common meta data. Use the elements returned by this method to request preview, metadata or crops of images. .. rubric:: Returns: An enumerable of :ref:`IStoredImageHandle ` objects