Skip to main content

How to record a 10 bit video?

Answered

Comments

3 comments

  • Official comment
    TDY_Markus
    Community team
    Great answers
    Expert (Gold)

    Hello Jay,

    One possibility I could think of is recording the video as "Uncompressed" . This should use Planar YUV Format I420, which is 12 bits per pixel.
    Another option would be writing your own piece of code utilizing a third party software like FFmpeg to merge the 16BPP single images to a video file.

    Best Regards,
    Markus

     

  • TDY_Markus
    Community team
    Great answers
    Expert (Gold)

    Hello Jay,

    It sounds like you don't mind saving to video or single images?
    If yes, I would suggest keeping PixelFormat Mono16 and saving single images to .pgm or .tiff file format. That should give you 16 BPP images.

    One remark concerning color cameras, the Spinnaker pipeline supports color processing (Raw Bayer -> color image) in 8-bit only.

    Best Regards,
    Markus

     

    0
  • Jay shiu

    I follow your suggestion and use singleframe acquisition mode to save the picture, and I did can get a 16BPP image.

    But how could I save them as videos with also high bit depth?

    0

Please sign in to leave a comment.

Powered by Zendesk