FlowEngine BufferTooSmall

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jaykloc
    Blossoming 3Dflower
    • Jan 2025
    • 2

    #1

    FlowEngine BufferTooSmall

    Hello,

    I'm new to FlowEngine and I've already managed to make it work on a WSL Virtual Machine.
    I'm trying to reproduce this environment on a new VM, the installation process seemed ok, but I'm facing a "BufferTooSmall" Error when trying to load images.

    Code:
    camerasLoader->loadImages(imagesPath, true, cameras)
    I found the Error in the documentation, but I could not find any way esize this buffer or provide a bigger one.

    Does anyone have an idea ?

    Thank you.


  • Andrea Alessi
    3Dflow Staff
    • Oct 2013
    • 1350

    #2
    Hi,

    can you post the relevant log and specifications of the Vm you're running it on, and deatails of the dataset (file format, etc) please?

    There are some known issues with Imagemagick 7.1.1.x - if you're running that build, I would recommend rebuilding with 7.1.0.x , just in case.

    Comment

    • jaykloc
      Blossoming 3Dflower
      • Jan 2025
      • 2

      #3
      Hi, thank you for your response, unfortunately I don't have the machine with me anymore, but as I remember the only line in the log file only said " The provided buffer is too small to complete the operation."

      I'm running WSL2 on Ubuntu 22.04 with CUDA 11.8
      I had ImageMagick 7.1.1.43 installed, but I noticed ImageMagick 7.1.1-41 was installed on the first machine, so I tried it and got the same problem. ( I have not yet tried with 7.1.0).
      I try to send like a dozen of JPG images with a resolution of 1560 x 1040.

      It's very basic...





      Comment

      Working...