NextPVR Forums

Full Version: Raw photo support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My new camera does raw photos, which look amazing in 1080p but npvr photo browser can't find them. Are there any options for viewing them that I might try?
You could try editing "picturelibrary extensions" in config.xml. Good luck.
Graham Wrote:You could try editing "picturelibrary extensions" in config.xml.
Some info on the wiki: http://www.nextpvr.com/nwiki/pmwiki.php?...tures#toc5
this will likely require that your windows installation is able to read your RAW files.
I installed a library from Olympus that enables me to view my Olympus RAW files in windows 7. Unfortunately it appears rather slow.
i get this from the logs when i try to scroll a directory with rw2 files in it

2012-02-29 09:02:02.709 [DEBUG][1] Unexpected error in GetImage() callback (@previewImage): System.OutOfMemoryException: Out of memory.
at System.Drawing.Image.FromFile(String filename, Boolean useEmbeddedColorManagement)
at System.Drawing.Image.FromFile(String filename)
at NUtility.ImageCache.GetImage(String sourceFile, Int32 width, Int32 height, Boolean fixedAspectRatio, Boolean requiresAutoRotation)
at NUtility.ImageCache.PreloadImage(String sourceFile, Int32 width, Int32 height, Boolean fixedAspectRatio, Boolean requiresAutoRotation)
at NextPVR.Libraries.BaseLibrary.PictureLibraryGetImage(Hashtable parameters, String name, Int32 width, Int32 height)
at NextPVR.Libraries.BaseLibrary.GetImage(Hashtable parameters, String name, Int32 width, Int32 height)
at NUtility.SkinHelper.RenderImage(Image image, Graphics graphics, XmlNode node, Hashtable parameters)