home.social

Search

14 results for “stereolenses”

  1. New Album: Sports
    stereolenses.com/photos/sports/
    Sports: the love of the game.

  2. New Album: Places
    stereolenses.com/photos/places/
    Places: near and far.

  3. New Album: Miscellaneous
    stereolenses.com/photos/miscel
    A Little Bit of Everything

  4. New Album: Macro
    stereolenses.com/photos/macro/
    Little things, up close.

  5. New Album: Animals
    stereolenses.com/photos/animal
    Animals great and small.

  6. New Post: Review of the QooCam EGO
    stereolenses.com/posts/qoocam/
    The QooCam EGO is a consumer-focused 3D camera from Kandao, designed for capturing spatial photos and videos.

  7. New Post: Editing Software for Stereo Photography
    stereolenses.com/posts/softwar
    Stereo images require special handling in post-processing. This guide covers the workflow from raw capture to final spatial output.

  8. New Post: Stereo Cameras on the Market
    stereolenses.com/posts/cameras/
    A survey of stereoscopic cameras, past and present. The 3D camera market has seen waves of interest over the years, with a recent resurgence driven by VR headsets and spatial computing.

  9. New Post: Introduction to Stereo Photography
    stereolenses.com/posts/intro/
    Stereoscopic photography creates photos with a sense of depth by capturing two slightly different perspectives, mimicking how our eyes see the world. In this introduction, I’ll try to cover the basics of how anyone can capture stereo photos.

  10. New Post: Building a Stereoscopic Camera
    stereolenses.com/posts/buildin
    With so few stereoscopic camera options on the market, why not build your own? A custom stereo rig offers flexibility in baseline, image quality, and features that no consumer camera can match.

  11. Schon wieder voller Schlosshof auf dem Schlossplatz: The Stereolines rockhymnen, die Techno Marching Band MEUTE ist auf elf ATÜ, Electro-Swinger Parov Stelar verlobt sich – das Abschlusskonzert der 30. #JAZZOPEN ein Höhepunkt, schon wieder.

    gig-blog.net/2024/07/31/meute-

    #Konzert #Konzertbericht #Concert #LiveMusic #LiveMusik #Konzertfotografie #ConcertPhotography #Stuttgart #Meute #ParovStelar

  12. Using new Optics support in #higher-kinded-j is easy, just add a simple annotation to automatically generate Lenses, Prisms, and Isomorphisms then compose lenses for incredibly readable, deep updates:

    // Create a "shortcut" lens by composing others
    var userToStreetName = UserLenses.address()
    .andThen(AddressLenses.street())
    .andThen(StreetLenses.name());

    // Perform the deep update in a single line
    User updatedUser = userToStreetName.set("New Street", user);

    You can perform effectful operations (failable, async, stateful). The library is also fully extensible, allowing you to define custom Traversal instances for any data structure.

    Check out the docs, with loads of examples to get you started!
    higher-kinded-j.github.io/

    #Java #FunctionalProgramming #JavaDev #FP #Optics #HigherKindedTypes