79121237

Date: 2024-10-24 09:23:38
Score: 1.5
Natty:
Report link

It sounds like you're working with some advanced image processing tasks! Have you tried converting the RGB8 image to a 16-bit first and then truncating the values to fit a 10-bit range? It might be helpful to manually handle the pixel depth conversion since OpenCV doesn't support BAYER10 natively. You could also check out alternative libraries like PyImage or implement a custom function to scale the 16-bit image down to 10-bit. Let me know how it goes! read more

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: user26808835