demiantres

Results 25 issues of demiantres

I am trying to view a self-compiled version of PtpWebcam in QuickTime but the camera does not show up. Is it necessary to notarize the app so that it shows...

Hi, The Sony 6100 (A6100) also supports live preview but is not shown by this tool. How can I add the camera to the list of known devices? In detail,...

Hi, On https://github.com/KonradIT/goprowifihack/blob/master/HERO9/GoPro-Connect.md you write that "Start recording/taking a photo works". How did you achieve this?

I use the commands from here: https://github.com/KonradIT/goprowifihack/blob/master/Bluetooth/Platforms/RaspberryPi.md The following works: 1. On the Hero 8: Connections -> Add GoPro app 2. sudo bluetoothctl 3. scan on 4. trust DE:71:28:EE:A7:FD 5....

**Problem:** I can see the Hero 8 WiFi only when the camera is connected with the Android GoPro app. Is it possible to enable the WiFi without using the GoPro...

Is there a way to change camera settings (protune, resolution, and so on) using Bluetooth commands? Is there a way to get a list of possible BT commands?

The commands from https://gethypoxic.com/blogs/technical/gopro-hero5-interfaces and https://github.com/KonradIT/gopro-ble-py/blob/master/main.py differ (Konrad's values do work). For instance gethypoxid: ` SHUTTER_ON(new byte[]{(byte) 1, (byte) 1, (byte) 1}),` vs. `bytearray(b'\x02\x01\x01')` (Konrad). Why is this difference/how can...

Is it possible to use Admob smartbanner size with the plugin?

On iOS (probably also Android) the ad banner does not adapt to a change in the view's width or height properties. The ad banner view should issue a new ad...

Hi, Is it possible to get the original indices of the vertices forming a line after calling "DouglasPeuckerSimplifier.simplify"?