Questions tagged [remote-control]

remote-control describes question about functionality to interact with services remotely across some communication channel.

In software development, remote-control describes functionality which allows to interact with services across some sort of communication channel.

The term originates from Remote control, but is not limited to one form of communication. It typically includes communication between separate systems, e.g. between two processes or between two different machines, where one participant performs the controlling role and the other is being controlled.

200 questions
1
vote
0 answers

Remote Control an Isolated Chrome Window?

I need to remote control Chrome on Windows into doing what my application dictates. Right now, my strategy looks like this: APP > WebSocket implementation > chrome.exe --remote-debugging-port=xxxx > Remote Debugger > Local Contorl Page > Custom…
1
vote
1 answer

How to connect Google TV remote app with Google TV emulator

As the title suggests, I have been unable to connect (and pair) the google tv remote app with a Google TV emulator running on Ubuntu. I understand that the emulator runs on its own sub-network and therefore has to use redirections in order to…
1
vote
0 answers

Physical computer mouse, that can be controlled from anywhere in the world

Is there any smart device that can do the following: It connects to PC like "normal mouse" via USB. And computer detects it like normal mouse. It can directly connect via the Internet to another mouse and receive signals from it and control the PC…
Max
  • 21
  • 1
1
vote
0 answers

How to establish Remote Console Access for Ubuntu Server without GUI (Desktop Enviroment)?

I have an Ubuntu server run on 21.10 version without Gui. Sometime I would access its console remotely to see some output values. I don't want install any Desktop Enviroment libraries like VNC, it should be like Digital Ocean Droplet Web Console or…
Khai Dao
  • 55
  • 7
1
vote
0 answers

How to transform the control rig of an unreal engine metahuman using the remote control plugin and python?

I am developing a motion tracking system using python and OpenCV. I currently have the capabilities to track markers to get their rotation and translation. I have recently tried to use the UE remote control plugin to control objects within my scene…
1
vote
0 answers

Issues with irrecord lirc function

I am trying to setup a remote to work with an IR reciever that I recently purchased using my raspberry pi, I've installed LIRC according to the following…
Coolroo
  • 57
  • 6
1
vote
0 answers

My script isn't running when powering the Raspberry Pi with the 5V pin

I wrote and tested my script on the pi by powering it via micro USB. But I don't want there to be another power source for the pi, so I decided to use the 5V pin for power coming from the ESC. The pi boots and I can run the script manually, but it…
1
vote
0 answers

CEC-client fails to report TV

On my Raspberry Pi, I've installed cec-utils over SSH connection. I do echo 'scan' | cec-client -s -d 1 to list all CEC devices. It reports: ... device #0: TV address: 0.0.0.0 active source: no vendor: Unknown osd string: TV CEC…
1
vote
2 answers

AVAudioEngine and AVAudioPlayerNode: Play/Pause not updating in iOS command center properly

I have read Play/Pause and Elapsed Time not updating in iOS command center properly I have tried MPNowPlayingInfoPropertyElapsedPlaybackTime, MPNowPlayingInfoPropertyDefaultPlaybackRate and MPNowPlayingInfoPropertyPlaybackRate . I have updated the…
dengApro
  • 3,848
  • 2
  • 27
  • 41
1
vote
0 answers

improve remote control app command latency

Is there a way to increase joystick command speed from my Flutter app to my robot? Right now I’m using wifi (which has other data streaming back to the tablet) and there is a lag between commands and robot motion. This is not an issue when I use a…
codenstuff
  • 97
  • 1
  • 8
1
vote
0 answers

Add missing linux package for electron source code compilation

Electron : 4.0.0 OS : Ubuntu 18.04.3 TLS I am trying to make few changes to the electron's source code which is compiled following the link below: https://www.electronjs.org/docs/development/build-instructions-linux#prerequisites My requirement…
Jeni R
  • 11
  • 2
1
vote
1 answer

socket not connecting

I made a python program for PC remote controlling and when I use the socket.gethost() to get the ip for the server it works fine but if I use 192.168... it does not even connect (the PC's are on the same wifi though). I think the code is correct…
Vbrawl
  • 77
  • 4
1
vote
1 answer

Samsung TV Duplicates Permission Websocket

I am developing a samsung remote app and using websockets to connect to the samsung tv. I am opening socket through this url "wss://ip:8002/api/v2/channels/samsung.remote.control?name=". All of this works fine but there is an issue that the TV asks…
1
vote
1 answer

Remote control of Rpi button press via mobile with Dataplicity, relay involved

I have tried for several days to get my RPi button press accessible through Dataplicity on my phone. I know it is a custom action with on/off, but I am unable to get the interface with on/off to control my button press. The example is for a red…
1
vote
0 answers

Amlogic Android 9.0 navigation issue by remote control

In Android 9.0 AmLogic Boxes, there's probably a framework issue with certain apps like Cyberflix, Beetv related with IR remote. User cannot go up to use the menu, but only need a mouse to access them. I can show the main Activity's layout file…