SLARToolkit Error:- Only 32 Bit ARGB pixel format is supported, not Format32bppArgb
Hi,
Has anyone tried this SDK [url]http://slartoolkit.codeplex.com/wikipage?title=Markers[/url]
I am getting the error : [B]Only 32 Bit ARGB pixel format is supported, not Format32bppArgb[/B]
After a search got something similar but didn't solve my issue, [url]http://stackoverflow.com/questions/11172055/slaartoolkit-only-32-bit-argb-pixel-format-is-supported-not-format32bppargb[/url]
Any suggestion please.
Re: SLARToolkit Error:- Only 32 Bit ARGB pixel format is supported, not Format32bppAr
Are you using this on a Windows Phone project? Do you have any sample code of what you are trying to do?
I would also recommend you to download the latest source code and run the project against it and see if you can debug the error. It seems to me that you are using a format that is not suported by the tooklit what means that you will need to find a way to convert it to the proper format.
Never used that library but I would also recommend posting the same question on the discussions section of the project: [url]http://slartoolkit.codeplex.com/discussions[/url]
Re: SLARToolkit Error:- Only 32 Bit ARGB pixel format is supported, not Format32bppAr
Hey thanks,
I got it working now. I select a wrong lib.
By the way, I see that XNA code gives much accuracy then that of the Silverlight code. Silverlight code detects markers even if there is no marker at all.
Do you know can I create .pat file from regular image. The doc says the image should have a black rectangle border.
Re: SLARToolkit Error:- Only 32 Bit ARGB pixel format is supported, not Format32bppAr
Does anyone know is there any Windows Phone AR SDK that recognized marker-less images, I mean to say not only the images that has a black border, rather any type of color image.
I am looking for a similar [URL="https://developer.qualcomm.com/mobile-development/mobile-technologies/augmented-reality"]SDK [/URL]like this for windows phone.
Any suggestion please.
Re: SLARToolkit Error:- Only 32 Bit ARGB pixel format is supported, not Format32bppAr
[QUOTE=somnathbanik;905792]Does anyone know is there any Windows Phone AR SDK that recognized marker-less images, I mean to say not only the images that has a black border, rather any type of color image.
I am looking for a similar [URL="https://developer.qualcomm.com/mobile-development/mobile-technologies/augmented-reality"]SDK [/URL]like this for windows phone.
Any suggestion please.[/QUOTE]
Not sure about "marker-less images" but these are the ones that I know of. Again. never worked with them so i'm not sure if it suits your needs.
[url]http://goblinxna.codeplex.com/[/url]
[url]http://gart.codeplex.com/[/url]
and the one you already know
[url]http://slartoolkit.codeplex.com/[/url]
Re: SLARToolkit Error:- Only 32 Bit ARGB pixel format is supported, not Format32bppAr
[QUOTE=joaocardoso;905800]Not sure about "marker-less images" but these are the ones that I know of. Again. never worked with them so i'm not sure if it suits your needs.
[url]http://goblinxna.codeplex.com/[/url]
[url]http://gart.codeplex.com/[/url]
and the one you already know
[url]http://slartoolkit.codeplex.com/[/url][/QUOTE]
Thanks João,
[url]http://goblinxna.codeplex.com/[/url] is for XNA and I was looking for pure Silverlight, and [url]http://gart.codeplex.com/[/url] plots location on viewfinder, its like the Nokia city lens.
But must try [url]http://goblinxna.codeplex.com/[/url] so see if it supports Marker less images.
By "Marker-Less" image I mean any type of color image, [url]http://slartoolkit.codeplex.com/[/url] can't recognized any type of images, it can only detect images that are having a black border around. Black & white image are recommended, color images doesn't give that much accuracy.