Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to display intensive image by opencv #808

Open
shawn2766 opened this issue Jan 10, 2025 · 2 comments
Open

How to display intensive image by opencv #808

shawn2766 opened this issue Jan 10, 2025 · 2 comments

Comments

@shawn2766
Copy link

Describe what you want to implement and what the issue & the steps to reproduce it are:

Hi, I use opencv.py in the sample code to display images from my blaze101 camera, but what is displayed is the depth image. How can I get the intensity image and display it through opencv? Is there any relevant sample code? Thanks in advance.

Is your camera operational in Basler pylon viewer on your platform

Yes

Hardware setup used

win11

Camera(s) used

basler blaze-101

Runtime information:

python3.10, pypylon: 4.0.0
@SMA2016a
Copy link
Collaborator

you need to split the grab buffer in 2 parts. and create simply 2 images.

@dowolters
Copy link

If you install the current version of the pylon Supplementary Package for ToF Camera / blaze 1.7.2, you will find code samples for using the blaze camera with pypylon in the ‘C:\Program Files\Basler\pylon 8\Development\Samples\blaze\Python\pypylon\’ directory. These code samples show the configuration of the camera and also how to display the intensity image, depth image and the point cloud.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants