felixge / felixge/node-ar-drone
client.config('video:video_channel', 0) not setting front facing camera
- Dominant language
- JavaScript
- Stars
- 1.8k
- Forks
- 427
- PR merge metrics
- No merged PRs in 30d
Description
I had some code that used the bottom camera, and it worked fine. I changed the code to use the front camera using
client.config('video:video_channel', 0);
but this does not seem to work.
For reference, my drone is doing object tracking. When I use the front facing camera code above, the drone is unresponsive to the object moving in front of it. However, if I keep the code the same, and I place the object under the drone, it reacts. Any ideas why the above command could be failing? I even placed my code in an async.waterfall block to make sure the camera was configured first before I had the drone takeoff and enter the main control loop.
Contributor guide
Assessment
This issue has not been assessed yet.