Axis One click Connection Component - ip-camera

We are using axis one click connection component for auto discovery of axis cameras in our surveillance services. The version of the one-click component we are using is 1.2. Is it the latest version or there is a new release? We are basically having trouble getting the RTSP streams connected through one-click component.

Got it. The latest version of one click component is 1.4.3

Related

How to check Microsoft PowerApps Portal version number?

I wanted to verify if my PowerApps Portal app was at least version 9.3.2... I tried looking for the Portal version in the Portal Management and the Power Platform Admin Center without success.
After some searching, I was able to view the PowerApps Portal version by using https://<your_portal>.powerappsportals.com/_services/about. Result should be similar to below:
You can go to https://make.powerapps.com/ which will take you to the homepage. Go to the Apps section(left-hand side), you can see all your apps listed. Go to your corresponding app and click on the 3 dots on the right side and from their go-to Details . It opens up a screen, now click on the Versions tab and there you can see all the versions of the app, the current version, and the live version.

what version of Google Mobile Ads SDK is Xamarin.Google.iOS.MobileAds using?

I'm on Firebase but am currently using Xamarin.Google.iOS.MobileAds in a Xamarin.Forms project. Everything is working well.
i received an email from firebase that said Starting January 23, 2018, we will no longer be supporting Android and iOS Google Mobile Ads SDKs lower than version 7.0.0. To continue serving ads from AdMob after this date, please upgrade to the latest Google Mobile Ads SDK.
Is Xamarin.Google.iOS.MobileAds compliant (7.0.0 or >) i'm not sure how to tell.
As far as I'm aware, Xamarin has never released a Google Mobile Ads SDK version that is using a Google version older than 7.0 (released 2015‑02‑03 from Google).
Xamarin's nuget package versions match the version from Google. The latest Xamarin.Google.iOS.MobileAds package is 7.24.1, thus it is using Google's Mobile Ads 7.24.1 (2017‑9‑27).
You can also at runtime use const string GoogleMobileAdsVersionString to retrieve the version you are using.
FYI: That is currently three dot releases behind the official releases from Google:
7.27.0 2017‑12‑13
Added support for native video mediation. Native mediation adapters must implement the mediaView method on GADMediatedNativeAppInstallAd and GADMediatedNativeContentAd and return their media view.
7.26.0 2017‑11‑17
iPhone X support.
For full screen ads, the default close button now renders within the safe area.
Removed the nativeAd property from GADAdChoicesView and GADMediaView.
Limits SDK interactions with Apple's StoreServices to once per session, at app launch.
7.25.0 2017‑10‑25
Native Mediation: Adapters now get the call to mediatedNativeAd:didRenderInView:viewController: as soon as a native ad is associated with a native ad view, instead of waiting for that native ad view to be visible.
Native Mediation: Adapters now get a call to mediatedNativeAdDidUntrackView: with a nil view when the tracked view gets deallocated.
7.24.1 2017‑9‑27
Updates the way the SDK interacts with Apple's StoreServices.
It all open source from Xamarin, so personally I grab Xamarin's source (and update the bindings where needed) and the latest release from Google. (i.e. I needed iPhone X support and Xamarin has not release a package that includes 7.26.0 yet)
https://developers.google.com/admob/ios/download
https://github.com/xamarin/GoogleApisForiOSComponents/tree/master/Google.MobileAds

D3 with latest leaflet version

All the sample available for using leaflet with d3 is using leaflet version 0.7.x which was released in 2015.
Why are all modules and examples using so old leaflet version?
For ex:
https://github.com/tombatossals/angular-leaflet-directive
https://bost.ocks.org/mike/leaflet/
http://bl.ocks.org/d3noob/9267535
http://bl.ocks.org/Sumbera/10463358
When I try to update for ex this http://bl.ocks.org/d3noob/9267535 to latest leaflet version it breaks.
Is there any reason why all the example still use so old leaflet version?
I was able to solve all the breaking changes.
1) Leaflet no longer uses "viewreset" to watch for zoom changes rather it uses "zoom" to monitor zoomin/zoomout.
2) No more uses map._initPathRoot(); to add svg layer.

Error Saving ADF - Tango Explorer

I have a problem with Tango Explorer App. I am trying to create an ADF file, but when I finish recording, I get a "Error Saving ADF." I have updated to the latest OTA, and also the latest Tango Core. Does anyone have the same problem?
I have also tried doing a factory reset, but same results. It records the area fine, it shows an Area Localized message, and when I touch the stop recording button, after showing an Optimizing popup, it shows the "Error Saving ADF."
It's solved! What I had to do is uninstall the Tango Core App updates, then use the Explorer app, and then after accepting the Area Learning permissions and saving one ADF file successfully, I updated the Tango Core, and now it works perfectly.!!!!
Had the same problem here, it seems like the august update of the tango core changes something in the permission system (at least the dialogues are different), and that breaks the possibility to export ADFs to the sd card.

Genymotion GPS is not getting my current position

As the title says, my genymotion is getting the static position declared in the gps options. Theres another option that I could get my current position? Im using cordova application testing with genymotion.
Genymotion does not plug the GPS position to your computer's position.
If you want to customize your position you can do it on several ways:
Use the GPS Widget (free feature) located on the right bar of the device. You can either set manually GPS data or use the Map view to do it easily
Use the Genyshell (free feature) to script the positions injection.
Use the Java API (paid feature). By including the JAR of this feature you can control the GPS and other device sensors. This feature is very useful to improve code coverage, for unit testing for example.
I was using cordova geolocation plugin.
navigator.geolocation.getCurrentPosition(onSuccess,onError,options);
And I was also facing the same problem, It wasn't working in genymotion. Setting enableHighAccuracy to true worked for me like below.
var options = {
enableHighAccuracy: true,
maximumAge: 0
};
For programming, you could give fake position by using any app. For instance you might use Fake GPS location to give static GPS position.

Resources