munich-dev

Results 3 issues of munich-dev

When launching the script from MacOS it fails with `(:18406): GStreamer-RTSP-Server-CRITICAL **: 09:01:15.865: could not create element Traceback (most recent call last): File "stream.py", line 59, in do_create_element return Gst.parse_launch(self.launch_string)...

Hi, I'm using this code for calculating the cartesian vector from "origin" to "target": ` wgs84 = nv.FrameE(name='WGS84') origin = wgs84.GeoPoint(latitude=latitudeOrigin, longitude=longitudeOrigin, z=altitudeOrigin, degrees=False) target = wgs84.GeoPoint(latitude=latitudeTarget, longitude=longitudeTarget, z=altitudeTarget, degrees=False)...

Hello, I want to use Bitmap#BitmapConfig (https://developer.android.com/reference/android/graphics/Bitmap.Config) which is an enum. Can you tell me, how I would integrate this? Thank you, Manfred