Open Claywzfb opened 1 month ago
Hello
First of all, your script works on my computer. But: I needed to change the frame rate down to 7.5 instead of 15.0 fps. The DMK 41AU02 cameras do not run with full frame rate on Intel USB 3 controllers. This is caused by an incompatibility between the the camera and the USB 3 chip. Then I needed to add an USB 3 hub between camera and computer, because the camera immediately disconnects after starting the stream, when connected directly to my AMD USB 3 controller.
So the main measure to be taken is to reduce the frame rate.
I also would like to suggest to configure the camera before starting the stream, so you move
# Start the camera data stream and send it to the buffer sink
grabber.stream_setup(sink)
After the line
print("Parameter setting completed")
Stefan
Hi, I tried using this code from the examples: save-jpeg-file.py. It was working fine before, but for some reason it stopped working (seems to have started after running the "ic4 Demo Application"). This is the error message the program gives:
BTW, I am trying to use CCD to capture an image every 1 second. Is there something wrong with my code? (It worked fine before, but now I get the same error message as "save-jpeg-file.py")