How to get IR camera to work on Linux?












0














I have an ASUS Q524UQK laptop with integrated Realtek IR camera and it doesn't work on Linux Ubuntu 16.04.5. I was looking on net for drivers but found nothing. lsusb and lspci outputs doesn't show this camera, only simple one:



Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0a2b Intel Corp.
Bus 001 Device 004: ID 03eb:8ab3 Atmel Corp.
Bus 001 Device 003: ID 04f2:b59c Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:13.0 Non-VGA unclassified device: Intel Corporation Device 9d35 (rev 21)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.6 PCI bridge: Intel Corporation Device 9d16 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation Device 179c (rev a2)
02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)


Note the moment that 04f2:b59c is simple camera (not IR) and it works properly. I just have suspicious that it's a 2-in-1 module, because they have similar (not exactly this because of sequence of parts in module) products. Lookup on their website: http://www.chicony.com.tw/products_detail.php?id=QCUlXiQjMTExQCUlXiQj



Also, I have Windows driver, maybe I can adapt it for Linux somehow?










share|improve this question









New contributor




CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    The 04f2:b59c device is your camera. It seems that if you fire up software that uses it, it will work automagically. Please define "does not work"
    – Rui F Ribeiro
    6 hours ago






  • 1




    @Rui 04f2:b59c is simple camera and it works properly. Another one, IR cam doesn't work at all, I can't get image from it. There are only video0 at /dev/, while others' has /dev/video1 for IR cams. In Windows 10 everything works good.
    –  CrazyK0T
    5 hours ago






  • 1




    Please edit the question to add those details then.
    – Rui F Ribeiro
    5 hours ago










  • Did it, thanks!
    –  CrazyK0T
    2 hours ago
















0














I have an ASUS Q524UQK laptop with integrated Realtek IR camera and it doesn't work on Linux Ubuntu 16.04.5. I was looking on net for drivers but found nothing. lsusb and lspci outputs doesn't show this camera, only simple one:



Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0a2b Intel Corp.
Bus 001 Device 004: ID 03eb:8ab3 Atmel Corp.
Bus 001 Device 003: ID 04f2:b59c Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:13.0 Non-VGA unclassified device: Intel Corporation Device 9d35 (rev 21)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.6 PCI bridge: Intel Corporation Device 9d16 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation Device 179c (rev a2)
02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)


Note the moment that 04f2:b59c is simple camera (not IR) and it works properly. I just have suspicious that it's a 2-in-1 module, because they have similar (not exactly this because of sequence of parts in module) products. Lookup on their website: http://www.chicony.com.tw/products_detail.php?id=QCUlXiQjMTExQCUlXiQj



Also, I have Windows driver, maybe I can adapt it for Linux somehow?










share|improve this question









New contributor




CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    The 04f2:b59c device is your camera. It seems that if you fire up software that uses it, it will work automagically. Please define "does not work"
    – Rui F Ribeiro
    6 hours ago






  • 1




    @Rui 04f2:b59c is simple camera and it works properly. Another one, IR cam doesn't work at all, I can't get image from it. There are only video0 at /dev/, while others' has /dev/video1 for IR cams. In Windows 10 everything works good.
    –  CrazyK0T
    5 hours ago






  • 1




    Please edit the question to add those details then.
    – Rui F Ribeiro
    5 hours ago










  • Did it, thanks!
    –  CrazyK0T
    2 hours ago














0












0








0







I have an ASUS Q524UQK laptop with integrated Realtek IR camera and it doesn't work on Linux Ubuntu 16.04.5. I was looking on net for drivers but found nothing. lsusb and lspci outputs doesn't show this camera, only simple one:



Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0a2b Intel Corp.
Bus 001 Device 004: ID 03eb:8ab3 Atmel Corp.
Bus 001 Device 003: ID 04f2:b59c Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:13.0 Non-VGA unclassified device: Intel Corporation Device 9d35 (rev 21)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.6 PCI bridge: Intel Corporation Device 9d16 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation Device 179c (rev a2)
02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)


Note the moment that 04f2:b59c is simple camera (not IR) and it works properly. I just have suspicious that it's a 2-in-1 module, because they have similar (not exactly this because of sequence of parts in module) products. Lookup on their website: http://www.chicony.com.tw/products_detail.php?id=QCUlXiQjMTExQCUlXiQj



Also, I have Windows driver, maybe I can adapt it for Linux somehow?










share|improve this question









New contributor




CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I have an ASUS Q524UQK laptop with integrated Realtek IR camera and it doesn't work on Linux Ubuntu 16.04.5. I was looking on net for drivers but found nothing. lsusb and lspci outputs doesn't show this camera, only simple one:



Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 8087:0a2b Intel Corp.
Bus 001 Device 004: ID 03eb:8ab3 Atmel Corp.
Bus 001 Device 003: ID 04f2:b59c Chicony Electronics Co., Ltd
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

00:00.0 Host bridge: Intel Corporation Device 5904 (rev 02)
00:02.0 VGA compatible controller: Intel Corporation Device 5916 (rev 02)
00:04.0 Signal processing controller: Intel Corporation Skylake Processor Thermal Subsystem (rev 02)
00:13.0 Non-VGA unclassified device: Intel Corporation Device 9d35 (rev 21)
00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:15.1 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
00:1c.6 PCI bridge: Intel Corporation Device 9d16 (rev f1)
00:1d.0 PCI bridge: Intel Corporation Device 9d18 (rev f1)
00:1f.0 ISA bridge: Intel Corporation Device 9d58 (rev 21)
00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
01:00.0 3D controller: NVIDIA Corporation Device 179c (rev a2)
02:00.0 Network controller: Intel Corporation Wireless 8260 (rev 3a)


Note the moment that 04f2:b59c is simple camera (not IR) and it works properly. I just have suspicious that it's a 2-in-1 module, because they have similar (not exactly this because of sequence of parts in module) products. Lookup on their website: http://www.chicony.com.tw/products_detail.php?id=QCUlXiQjMTExQCUlXiQj



Also, I have Windows driver, maybe I can adapt it for Linux somehow?







linux ubuntu drivers camera






share|improve this question









New contributor




CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 hours ago





















New contributor




CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 8 hours ago









CrazyK0T

11




11




New contributor




CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






CrazyK0T is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    The 04f2:b59c device is your camera. It seems that if you fire up software that uses it, it will work automagically. Please define "does not work"
    – Rui F Ribeiro
    6 hours ago






  • 1




    @Rui 04f2:b59c is simple camera and it works properly. Another one, IR cam doesn't work at all, I can't get image from it. There are only video0 at /dev/, while others' has /dev/video1 for IR cams. In Windows 10 everything works good.
    –  CrazyK0T
    5 hours ago






  • 1




    Please edit the question to add those details then.
    – Rui F Ribeiro
    5 hours ago










  • Did it, thanks!
    –  CrazyK0T
    2 hours ago














  • 1




    The 04f2:b59c device is your camera. It seems that if you fire up software that uses it, it will work automagically. Please define "does not work"
    – Rui F Ribeiro
    6 hours ago






  • 1




    @Rui 04f2:b59c is simple camera and it works properly. Another one, IR cam doesn't work at all, I can't get image from it. There are only video0 at /dev/, while others' has /dev/video1 for IR cams. In Windows 10 everything works good.
    –  CrazyK0T
    5 hours ago






  • 1




    Please edit the question to add those details then.
    – Rui F Ribeiro
    5 hours ago










  • Did it, thanks!
    –  CrazyK0T
    2 hours ago








1




1




The 04f2:b59c device is your camera. It seems that if you fire up software that uses it, it will work automagically. Please define "does not work"
– Rui F Ribeiro
6 hours ago




The 04f2:b59c device is your camera. It seems that if you fire up software that uses it, it will work automagically. Please define "does not work"
– Rui F Ribeiro
6 hours ago




1




1




@Rui 04f2:b59c is simple camera and it works properly. Another one, IR cam doesn't work at all, I can't get image from it. There are only video0 at /dev/, while others' has /dev/video1 for IR cams. In Windows 10 everything works good.
–  CrazyK0T
5 hours ago




@Rui 04f2:b59c is simple camera and it works properly. Another one, IR cam doesn't work at all, I can't get image from it. There are only video0 at /dev/, while others' has /dev/video1 for IR cams. In Windows 10 everything works good.
–  CrazyK0T
5 hours ago




1




1




Please edit the question to add those details then.
– Rui F Ribeiro
5 hours ago




Please edit the question to add those details then.
– Rui F Ribeiro
5 hours ago












Did it, thanks!
–  CrazyK0T
2 hours ago




Did it, thanks!
–  CrazyK0T
2 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






CrazyK0T is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f492289%2fhow-to-get-ir-camera-to-work-on-linux%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








CrazyK0T is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















CrazyK0T is a new contributor. Be nice, and check out our Code of Conduct.













CrazyK0T is a new contributor. Be nice, and check out our Code of Conduct.












CrazyK0T is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Unix & Linux Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f492289%2fhow-to-get-ir-camera-to-work-on-linux%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

濃尾地震

How to rewrite equation of hyperbola in standard form

No ethernet ip address in my vocore2