Question about setting the bit depth of the USB camera

8 ビュー (過去 30 日間)
Wei Han
Wei Han 2018 年 11 月 28 日
コメント済み: Brian Hu 2018 年 12 月 3 日
I can set the bit depth to 8 or 12 bit if I use the third party software (ToupSky) which support my camera. However, there is only one available option in matlab image acquisition toolbox, which is 8 bit. I have installed all the driver support package for this toolbox. My camera is BRESSER deep sky camera. Any suggestions if I want to use 12 bit in MATLAB?

採用された回答

Brian Hu
Brian Hu 2018 年 12 月 3 日
Please refer to the following link for an example to change the bit depth to your camera's native bit depth using the image Acquisition Toolbox.
  2 件のコメント
Wei Han
Wei Han 2018 年 12 月 3 日
Hi. Thank you for your reply. But there is only one format available when I use the preview function, it is RGB24_1920x1080. I think it should be RGB36 if it is 12 bits. And after I change RGB24 to RGB36 and try to run it, the error is like 'The FORMAT specified is not supported by this device. See IMAQHWINFO(ADAPTORNAME)'.
Brian Hu
Brian Hu 2018 年 12 月 3 日
In the documentation link, there is a note under the page for the preview function:
"The Image Acquisition Toolbox™ Preview window and the Preview window that is built into the Image Acquisition Tool support the display of up to 16-bit image data. The Preview window was designed to only show 8-bit data, but many cameras return 10-, 12-, 14-, or 16-bit data. The Preview window display supports these higher bit-depth cameras. However, larger bit data is scaled to 8-bit for the purpose of displaying previewed data. If you need the full resolution of the data, use the getsnapshot or getdata functions."
It seems that if you wish to use the preview function, the Image Acquisition Toolbox only supports up to 8-bit depth.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

製品


リリース

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by