Hi,
Yes, just filter the area of the fixed screen in the depth image prior to rgbd_odometry. By default, rgbd_odometry doesn't use features where there are no valid depth values.
Another approach is to set the ROI of the depth image:
<node name="rgbd_odometry" ...
<param name="Vis/RoiRatios" type="string" value="0 0 0 0.2"/>
</node>
This will filter 20% of the bottom of the image.
cheers,
Mathieu