Jerez Active Member Licensed User Longtime User Aug 24, 2015 #1 Hi, I can't stream this image URL with Picasso... why? is too big? I can stream other pics but not this url... and this url return a Jpeg image data. http://50.197.211.181:9831/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=user&pwd=foscam B4X: DownloadImage(Url, imgCamera) Sub DownloadImage(url As String, imgView As ImageView) Dim imgDownload As Picasso imgDownload.Initialize imgDownload.LoadUrl(url).Resize(imgView.Width, imgView.Height).CenterCrop.IntoImageView(imgView) End Sub With ImageDownloader Module i haven't problem. please help Attachments foscam.JPG 72.4 KB · Views: 178 Last edited: Aug 24, 2015
Hi, I can't stream this image URL with Picasso... why? is too big? I can stream other pics but not this url... and this url return a Jpeg image data. http://50.197.211.181:9831/cgi-bin/CGIProxy.fcgi?cmd=snapPicture2&usr=user&pwd=foscam B4X: DownloadImage(Url, imgCamera) Sub DownloadImage(url As String, imgView As ImageView) Dim imgDownload As Picasso imgDownload.Initialize imgDownload.LoadUrl(url).Resize(imgView.Width, imgView.Height).CenterCrop.IntoImageView(imgView) End Sub With ImageDownloader Module i haven't problem. please help
Erel B4X founder Staff member Licensed User Longtime User Aug 24, 2015 #2 You should post it in the library thread.
Jerez Active Member Licensed User Longtime User Aug 24, 2015 #3 Erel said: You should post it in the library thread. Click to expand... I can't move the post. If you can... please. This will help to get a response.
Erel said: You should post it in the library thread. Click to expand... I can't move the post. If you can... please. This will help to get a response.
Erel B4X founder Staff member Licensed User Longtime User Aug 24, 2015 #4 Make a new post in the library thread or in the questions forum. The bugs forum is for bugs related to B4A or B4A official libraries.
Make a new post in the library thread or in the questions forum. The bugs forum is for bugs related to B4A or B4A official libraries.