View my account

Intel RealSense Depth Camera Module D421 not working with python code

Comments

1 comment

  • MartyG

    Hi Pratheeshprem  In Ubuntu, one method for getting a program to detect the camera is to launch a program (such as a Python script) in sudo admin permissions mode.  If you have Windows 11 then it is possible to enable sudo mode on Windows, so that you can then run your script with admin powers by placing the word sudo in front of the launch command - for example, sudo python3 test.py

     

    Instructions for enabling sudo in Windows 11 can be found here:

    https://learn.microsoft.com/en-us/windows/advanced-settings/sudo/

    0
    Comment actions Permalink

Please sign in to leave a comment.