Ask Your Question

sophia's profile - activity

2020-04-25 08:20:46 -0600 marked best answer Is it possible for opencv to save 16 bits single channel video?

I would like to save a series of 16 bits depth images to a video. I used VideoWriter but it only save video in 8 bits 3 channels. And I also check this linklink text, I don't know if it sopport 16 bits and single channel video write, or what can I do to save 16 bits single channel depth images as a video in C++? Can anyone help me ? Thanks for advanced.

2020-04-25 08:20:46 -0600 received badge  Scholar (source)
2020-04-24 05:11:47 -0600 commented answer Is it possible for opencv to save 16 bits single channel video?

Thanks a lot . It seems I need to find an another way to skip this problem.

2020-04-24 01:38:58 -0600 commented question Is it possible to write 16 bit monochrome images to an avi video file?

sir,did you solve this problem?

2020-04-24 01:38:57 -0600 asked a question Is it possible for opencv to save 16 bits single channel video?

Is it possible for opencv to save 16 bits single channel video? I would like to save a series of 16 bits depth images to