Color/MonoCamera frameEvent output, per-frame IR control#561
Conversation
|
When Testing this I had to invert the logic for choosing the dot and flood frames. |
|
@alex-luxonis Any idea when this will be reviewed and merged? |
|
When this is merged, will that update the interfaces available in the depthai-core library? |
|
As per discord, I found that the turning off of the dot projector takes a bit of time, and if the autoexposure can pick up the tail end of this, so that you have dots in some of your images. Apart from disabling autoexposure, I found that if the projectors were switched off earlier then this was less of an issue. |
|
Hi @alex-luxonis @szabi-luxonis when will this be merged into main? Its just I received a new OAK-D Pro Partno A00565 and It doesn't work with this branch anymore. Doesn't recognise calibration params and the mono cameras don't come up. Alternatively if you can update this branch that would help me. |
|
Alternatively which branch should I merge into the depth-ai core, which is the actual repo I am using. Is it main or development? |
|
@alex-luxonis I think I will need help in identifying a correct device side commit for merging devlop into this branch. I am assuming that is from a non-open repository? |
|
@PeterQFR The branch was updated with the latest development, and a sync issue fixed in the example - commit above, by increasing the number of frames in the pool. Could you check if any issue is still seen. Thanks! |
|
Hi @alex-luxonis I've pulled this code in however, I had an issue. Because Its taken me too long to test this, I wasn't able to test against the ir_frame_develop branch as it had been deleted. so this is from a merge from develop commit a78ea3bac1695254c02b5ee066ba3c3312b8367e in depthai-core |
|
Hi @PeterQFR , could you try on the latest release |
|
Will do thanks |
|
@alex-luxonis did go though the local install of a wheel of the depthai-python but it failed with The full compile fail output: |
|
That happens rarely, usually it's solved by clearing the Hunter package manager cache: Possible also to install the prebuilt with one of:
(the latest 2.19.1.0 prebuilt wasn't available at the time I wrote before, due to a CI job failure, it was fixed by retriggering the run) |
|
That works. So I will raise another issue to focus on issue with the rgb link. It is something introduced, as when I revert back to my original older configuration for depthai-core, the system works. As an aside why do you install hunter in the home directory as a hidden file instead of installing in the build directory. Makes it easier to clean and know where all the dependencies are. |
@PeterQFR as its cached across different projects, additional builds, etc... - although given some complications that'd likely make more sense usually. Note to do so you can set |
See description on related PR: luxonis/depthai-core#451
Added
MonoCamera/mono_preview_alternate_pro.pyexample: using a Script node on-device for controlling the IR projector and routing the frames to separate output pairs:dotL+dotRandfloodL+floodR.