Unable to get color images using ImageFormatConverter
See original GitHub issuehi there,
I’m unable to run ImageFormatConverter on GrabResult :
NotImplementedError: Wrong number or type of arguments for overloaded function 'ImageFormatConverter_Convert'. Possible C/C++ prototypes are: Pylon::CImageFormatConverter::Convert(Pylon::IReusableImage &,Pylon::IImage const &) Pylon::CImageFormatConverter::Convert(Pylon::IReusableImage &,Pylon::CGrabResultPtr const &)
Is this function still incomplete ?
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
How to get color image from point grey camera with Spinnaker ...
I had to use a specific format to get it to work. ... IsWritable(node_pixel_format): print('Unable to set Pixel Format to RGB8 (enum ...
Read more >Why can't I convert a gray scale image to an RGB image?
Thereby, you'll get a “2-D” image i.e; two spatial coordinates only. ... Can't you just use Image > Mode > RGB Color to...
Read more >How to Convert Image File Format Using Python - MakeUseOf
Go from PNG to JPEG and back again, with ease, using this ... Image format converter using Python ... RGB (3x8-bit pixels, true...
Read more >Recolor a picture in Publisher - Microsoft Support
Select the picture you want to recolor. On the Picture Tools toolbar, click Format , and then in the Adjust group, click Recolor....
Read more >512x512 image converter
If you have a colored image of 512X512, its nothing but array shaped ... This means you can't copy, paste or edit it...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@dmirecki We are working on a fix. The updates will be pushed in a few days.
@dmirecki I just pushed new changes to master. The ImageFormat converter should work now.