vianneyd
vianneyd
Don't worry I can wait until that. Thanks. It appears 4 methods are created to create elements for _appoint_collection_ : - createGenerationProductionStockageAppointCollectionJouleEffect - createGenerationProductionStockageAppointCollectionCombustion - createGenerationProductionStockageJouleEffect - createGenerationProductionStockageCombustion I suppose...
Hi dmak, Have you any additional information on that problem?
Thanks for your feedback, I firstly tested with Capture Manager 1.21.0 which one is included in the project, then version 1.24.0. Both have the same behavior I mentionned above. Version...
It's an integrated Webcam of the Dell Vostro 7500 : https://www.dell.com/support/manuals/fr-fr/vostro-15-7500-laptop/mkb7500_setup_and_specs/camera?guid=guid-082a29ac-ef4a-4abf-8235-90348923eee6&lang=en-us I read again my previous message and forgot to mention: the CaptureManagerSDK-JavaDemos I tested works well. But what is...
I have more information about the exception, a BufferOverFlowException when I choose a resolution more than 320x240. ``` java.nio.BufferOverflowException at java.base/java.nio.ByteBuffer.put(ByteBuffer.java:1038) at java.base/java.nio.HeapByteBuffer.put(HeapByteBuffer.java:250) at javafx.graphics@23-ea/com.sun.javafx.image.impl.BaseByteToByteConverter$ByteAnyToSameConverter.doConvert(BaseByteToByteConverter.java:199) at javafx.graphics@23-ea/com.sun.javafx.image.impl.BaseByteToByteConverter.convert(BaseByteToByteConverter.java:103) at javafx.graphics@23-ea/com.sun.javafx.image.impl.BaseByteToByteConverter$ByteAnyToSameConverter.convert(BaseByteToByteConverter.java:165) at...
You're probably rigth I did something wrong with the UI code. But if I came back to the initial code in the project, initializing the resolution has a different behavior....
HD is in the list, like QVGA: 
A first test running TestDriver now display the camera in any resolution! Good job! I'll do more tests in the next few days / weeks when I'll be to the...
Hi boomah, The problem is probably the same with #1549
Yes. I tested this PR and confirm that it resolves the `CheckListViewIssue` example in the first message