Replies: 6 comments 31 replies
-
@pkarsten Could you add more info? Such as all your solution code |
Beta Was this translation helpful? Give feedback.
-
Hello Lindexi, |
Beta Was this translation helpful? Give feedback.
-
hi lindexi, as i say, on my Windows 10 develop maschine, with visual studio 2022 it works fine in all emulations, only on the raspberry Pi it doesn't work, and i doesnt kno how can i debug it remotly on the raspberry pi for see what perhaps happens |
Beta Was this translation helpful? Give feedback.
-
Lindexi, i dont know If in Raspberry IT receives the Image, but with the other, Testimage, the Image is in assets folder, and this doesnt Show too on the Raspberry. |
Beta Was this translation helpful? Give feedback.
-
Hi lindexi, adding SkiaSharp.NativeAssets.Linux.NoDependencies , and publishing as
give me a result for the App (https://github.com/pkarsten/MyUnoConsoleApp/): admin@raspberrypi: What does that mean now? Do I have to use the SKBitmap as image type for my UI app on the Raspberry Linux? BitmapImage still does not work, nothing is displayed. Do I then have to explicitly handle the other image type for SKIA? |
Beta Was this translation helpful? Give feedback.
-
this time everything was done on the Raspberry, I tried it on 2 different Raspberry Pis, this time without Windows with Visual Studio 2022 in between, unfortunately no picture is displayed, I don't know what to do, maybe try another Linux? From Scratch ... Having a Raspberry Pi 3 B+ • Getting Started with Uno Platform and the Raspberry Pi
Success: Uno.Templates::5.2.41 installed the following templates:
Edit MainPage.xaml add image Tag: , and copy Image to the Assets Folder: scp -r '"C:\Users\pkars\source\temp\TheImageFile.jpg"' admin@192.168.20.194:/home/admin/apps/HelloPi/HelloPi/HelloPi/Assets dotnet publish -f net8.0-desktop -c Release If I put login, where can i see logs? can't :( And no Image is Shown :-( it is exasperating |
Beta Was this translation helpful? Give feedback.
-
Hi,
i created an uno App for Android, Desktop, Windows , I'm devloping under windows with Visual Studio 2022)
`
`
i try stream an image from OneDrive, but it doesn't show me the image, now i tried as Source an Asset Image, but it does not show me the image, running on the Linux (Raspberry Pi) Machine, in Emulation for Desktop,Android,Win on my windows machine shows it.
`
`
what i have forgetten? What can i do?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions