TheImagingSource / IC-Imaging-Control-Samples

Windows Sample in C#, C++, Python, LabVIEW and Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When will 16 bit depth be available under python?

HabermannR opened this issue · comments

When will 16 bit depth be available under python?

IC_SetFormat(4) sets Y16 in the sink. That means, you need Y16 as videoformat.
You may need to disable the OverlayBitmap object too:
IC_EnableOverlay( HGRABBER hGrabber, 0);

RGB64 is not supported at all.

Unfortunately I have nearly no time for adding new functions to tisgrabber.dll atm.

Yes, got it to work!

Very well!