Questions tagged [infrared]

A beam of invisible light. Questions about be about coding with infrared controllers, and not device support

Infrared light is not visible to human eyes, but it's detectable by electronic sensors. It's often used in TV remotes or other short distance commands.

302 questions
24
votes
3 answers

Is it possible to capture/receive IR signals in an Android application?

Is there any ways to receive IR signals in android? While searching, I found ways to transmit data from Android devices. Found this one very useful: https://github.com/rngtng/IrDude So, is it also possible to receive IR signals generated by other IR…
Midhu
  • 1,647
  • 2
  • 18
  • 29
20
votes
5 answers

list of infrared codes?

I have an app that controls an IR emitter and would like to get access to the universe of IR codes. Is this something that is freely available, or is it a subscription? (Companies like harmony and logitech have them - just not sure how I get access…
Tim
  • 20,184
  • 24
  • 117
  • 214
14
votes
6 answers

Thermal imaging palette

Since the early days of thermal imaging, infrared cameras often use a distinctive palette that runs from black through blue, magenta, orange, yellow to bright white. This palette is often called Iron, or Ironbow. Here is a typical false color…
Dima Chubarov
  • 16,199
  • 6
  • 40
  • 76
9
votes
3 answers

Some problems with Arduino protothreads

I'm doing a project about controlling two sensors (ultrasonic and infrared), managing them with Arduino. The IR receiver has a filter system inside, so it receives at the frequency of 36 kHz. I use the module srf04 to handle the ultrasonic stuff. If…
Antonio
  • 93
  • 1
  • 5
9
votes
2 answers

Send a 64bit Infrared signal with android

Using a raspberry pi 3 and an infrared reciver. with the help of a library called LIRC I recorded the signal of my android box remote control. begin remote name MyRemote driver devinput bits 64 eps 30 aeps …
Methnani Bilel
  • 1,366
  • 4
  • 20
  • 34
9
votes
2 answers

IR transmit ConsumerIrManager class after Android 4.4 not working

I built an Android app sometime back to control my Air conditioner, It used to work fine in Android 4.1 (I was using an HTC M8 phone), now after the upgrade to 5.0 lollipop it stopped working I am attaching a sample snippet. There are no debug…
joyBlanks
  • 6,419
  • 1
  • 22
  • 47
8
votes
0 answers

Can Windows Hello IR camera be used for developmental purpose?

I have Windows Hello camera. This camera has both RGB and IR camera on it. I can access IR camera for the face recognition system on windows 10. But for developmental purposes, I am unable to use the IR camera. Everytime I call the camera using…
8
votes
1 answer

Key Difference between Active IR image and depth image in Kinect V2

I just have a confusion in understanding the difference between the Active IR image and depth Image of Kinect v2. Can anyone tell me the what special features Active IR image have as compare to depth image?
Addee
  • 663
  • 10
  • 21
8
votes
1 answer

IR emitter and Android 5.0

I am facing a problem with the IR emitter on my Galaxy S5 running under Android 5.0. Before I updated it to 5.0, my app was perfectly working on my phone but now, the device I am suppose to manage has no reaction. When I click on my app to send an…
VD63
  • 133
  • 1
  • 9
8
votes
2 answers

Allow an infrared device to send a signal to control the monitor of a PC

I have a monitor which can be used also as television (it has a DVI-D connector AND a cable connector.) And for a while I have an infrared device on my computer which I use to synchronize my PDA and mobile phone. I want the infrared/irDA device of…
Wim ten Brink
  • 25,901
  • 20
  • 83
  • 149
6
votes
2 answers

Filter infrared sources from an android camera image

I'm trying to find out if there is any infrared source in view of the camera on an android device. (Namely a infrared LED) Since the camera captures infrared light (I can see the LEDs light up in the preview/pictures) I thought it should be somehow…
user1121599
  • 61
  • 1
  • 2
6
votes
1 answer

How to transmit infrared from android for tv power on, volume up and down

I used this code for samsung tv of power on , volume up and down but it's not worked for me.so want to know i missed any thing or i am doing any thing wrong please suggest me. power.setOnClickListener(new View.OnClickListener() { …
user6615010
  • 122
  • 1
  • 12
6
votes
4 answers

ConsumerIrManage.hasIrEmitter() always returns false (API 19)

I call ConsumerIrManager.hasIrEmitter() on my LG G2, but it always returns false. According to the documentation on Infrared transmitters: When running on a device that includes an infrared (IR) transmitter, you can now transmit IR signals using…
kallianas
  • 121
  • 1
  • 1
  • 6
5
votes
0 answers

Windows Hello IR Camera - How to Modify the Current Mode of the InfraredTorchControl with C++/WinRT Media Foundation Platform APIs

Test Environment OS: Windows 11 Home 22H2 IR Camera: NexiGo HelloCam N930W Camera IDE: Visual Studio 2202 programming language: C++ 20 Application Kinds: Windows Desktop Application (C++/Winrt) [not universal Windows App][Xaml UI]. Source Code:…
5
votes
3 answers

Is it possible to access the infrared camera on iPhone X?

According to this picture: the iPhone X has an infrared camera. It is primarily used for face detection but there are other uses for infrared. Can it be accessed directly?
Tomas Andrle
  • 13,132
  • 15
  • 75
  • 92
1
2 3
20 21