jordens / pydc1394

python libdc1394 wrapper
GNU Lesser General Public License v3.0
3 stars 9 forks source link

Roll image columns/rows #7

Open fabricionarcizo opened 5 years ago

fabricionarcizo commented 5 years ago

Hi,

When I use pydc1394 to capture images from PointGrey cameras, the pixels roll beyond the columns and rows. Everytime I run the Python script, it changes the elements of grabbed image randomly. I have a similar program developed in C++ and using the native DC1394 library, and the program doesn't present this error. I use a Macbook with macOS Mojave and Python 3.7.4.

Screenshot 2019-09-05 at 10 46 19

Best,